public class ChangeTableTypeProgressBarUpdater extends Object implements ChangeTableTypeProgressListener
| Modifier and Type | Field and Description |
|---|---|
protected com.sencha.gxt.widget.core.client.ProgressBar |
progressBar |
| Constructor and Description |
|---|
ChangeTableTypeProgressBarUpdater(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 ChangeTableTypeProgressBarUpdater(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 ChangeTableTypeProgressListenerpublic void operationFailed(Throwable caught, String reason, String failureDetails)
operationFailed in interface ChangeTableTypeProgressListenercaught - the failure exception.reason - the failure reason.public void operationInitializing()
ChangeTableTypeProgressListeneroperationInitializing in interface ChangeTableTypeProgressListenerpublic void operationUpdate(float elaborated)
ChangeTableTypeProgressListeneroperationUpdate in interface ChangeTableTypeProgressListenerelaborated - the elaborated part.public void operationValidate(float elaborated)
ChangeTableTypeProgressListeneroperationValidate in interface ChangeTableTypeProgressListenerelaborated - the elaborated part.public void operationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details)
ChangeTableTypeProgressListeneroperationStopped in interface ChangeTableTypeProgressListenerpublic void operationGeneratingView()
ChangeTableTypeProgressListeneroperationGeneratingView in interface ChangeTableTypeProgressListenerCopyright © 2014. All Rights Reserved.