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