public interface ResumeDialogListener
| Modifier and Type | Method and Description |
|---|---|
void |
resumeComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Called when the resume of task is complete.
|
void |
resumeFailed(Throwable caught,
String reason)
Called when the resume of task is failed.
|
void |
resumeStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details)
Called when the resume of task is stopped
|
void resumeComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
void resumeFailed(Throwable caught, String reason)
caught - the failure exception.reason - the failure reason.Copyright © 2014. All Rights Reserved.