public interface ProgressDialogListener
| Modifier and Type | Method and Description |
|---|---|
void |
operationComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Called when the operation is complete.
|
void |
operationFailed(Throwable caught,
String reason)
Called when the operation is failed.
|
void |
operationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details)
Called when the operation is stopped
|
void operationComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
void operationFailed(Throwable caught, String reason)
caught - the failure exception.reason - the failure reason.Copyright © 2014. All Rights Reserved.