public interface DeleteRowsProgressListener
| 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,
String failureDetails)
Called when the operation is failed.
|
void |
operationGeneratingView()
Called when the operation is generating the view
|
void |
operationInitializing()
Called when the operation is starting.
|
void |
operationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details)
Called when the operation is stopped
|
void |
operationUpdate(float elaborated)
Called when there is a progress for the operation.
|
void |
operationValidate(float elaborated)
Called when there is a validate for the operation.
|
void operationInitializing()
void operationUpdate(float elaborated)
elaborated - the elaborated part.void operationValidate(float elaborated)
elaborated - the elaborated part.void operationComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
void operationFailed(Throwable caught, String reason, String failureDetails)
caught - the failure exception.reason - the failure reason.void operationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details)
trId - reason - details - void operationGeneratingView()
Copyright © 2014. All Rights Reserved.