public class TemplateApplyProgressBarUpdater extends Object implements TemplateApplyProgressListener
| Modifier and Type | Field and Description |
|---|---|
protected com.sencha.gxt.widget.core.client.ProgressBar |
progressBar |
| Constructor and Description |
|---|
TemplateApplyProgressBarUpdater(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 |
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.
|
public TemplateApplyProgressBarUpdater(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 TemplateApplyProgressListenerpublic void operationFailed(Throwable caught, String reason, String failureDetails)
operationFailed in interface TemplateApplyProgressListenercaught - the failure exception.reason - the failure reason.public void operationInitializing()
TemplateApplyProgressListeneroperationInitializing in interface TemplateApplyProgressListenerpublic void operationUpdate(float elaborated)
TemplateApplyProgressListeneroperationUpdate in interface TemplateApplyProgressListenerelaborated - the elaborated part.public void operationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details)
TemplateApplyProgressListeneroperationStopped in interface TemplateApplyProgressListenerCopyright © 2014. All Rights Reserved.