public class DuplicatesRowsProgressBarUpdater extends Object implements DuplicatesRowsProgressListener
| Modifier and Type | Field and Description |
|---|---|
protected com.sencha.gxt.widget.core.client.ProgressBar |
progressBar |
| Constructor and Description |
|---|
DuplicatesRowsProgressBarUpdater(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 DuplicatesRowsProgressBarUpdater(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 DuplicatesRowsProgressListenerpublic void operationFailed(Throwable caught, String reason, String failureDetails)
operationFailed in interface DuplicatesRowsProgressListenercaught - the failure exception.reason - the failure reason.public void operationInitializing()
DuplicatesRowsProgressListeneroperationInitializing in interface DuplicatesRowsProgressListenerpublic void operationUpdate(float elaborated)
DuplicatesRowsProgressListeneroperationUpdate in interface DuplicatesRowsProgressListenerelaborated - the elaborated part.public void operationValidate(float elaborated)
DuplicatesRowsProgressListeneroperationValidate in interface DuplicatesRowsProgressListenerelaborated - the elaborated part.public void operationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details)
DuplicatesRowsProgressListeneroperationStopped in interface DuplicatesRowsProgressListenerpublic void operationGeneratingView()
DuplicatesRowsProgressListeneroperationGeneratingView in interface DuplicatesRowsProgressListenerCopyright © 2014. All Rights Reserved.