public interface LabelColumnProgressListener
| 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 |
operationInitializing()
Called when the operation is starting.
|
void |
operationUpdate(float elaborated)
Called when there is a progress for the operation.
|
void operationInitializing()
void operationUpdate(float elaborated)
elaborated - the elaborated part.void operationComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Copyright © 2014. All Rights Reserved.