public class RollBackProgressBarUpdater extends Object implements RollBackProgressListener
| Modifier and Type | Field and Description |
|---|---|
protected com.sencha.gxt.widget.core.client.ProgressBar |
progressBar |
| Constructor and Description |
|---|
RollBackProgressBarUpdater(com.sencha.gxt.widget.core.client.ProgressBar progressBar)
Creates a new
ProgressBar updater. |
| 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.
|
public RollBackProgressBarUpdater(com.sencha.gxt.widget.core.client.ProgressBar progressBar)
ProgressBar updater.progressBar - the ProgressBar to update.public void operationComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
operationComplete in interface RollBackProgressListenerpublic void operationFailed(Throwable caught, String reason, String failureDetails)
operationFailed in interface RollBackProgressListenercaught - the failure exception.reason - the failure reason.public void operationInitializing()
RollBackProgressListeneroperationInitializing in interface RollBackProgressListenerpublic void operationUpdate(float elaborated)
RollBackProgressListeneroperationUpdate in interface RollBackProgressListenerelaborated - the elaborated part.public void operationValidate(float elaborated)
RollBackProgressListeneroperationValidate in interface RollBackProgressListenerelaborated - the elaborated part.public void operationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details)
RollBackProgressListeneroperationStopped in interface RollBackProgressListenerpublic void operationGeneratingView()
RollBackProgressListeneroperationGeneratingView in interface RollBackProgressListenerCopyright © 2014. All Rights Reserved.