public class DeleteRowsProgressUpdater
extends com.google.gwt.user.client.Timer
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<DeleteRowsProgressListener> |
listeners |
| Constructor and Description |
|---|
DeleteRowsProgressUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(DeleteRowsProgressListener listener)
Add a new
DeleteRowsProgressListener to this
DeleteRowsProgressUpdater. |
protected void |
errorMessage(org.gcube.portlets.user.td.gwtservice.shared.tr.rows.DeleteRowsMonitor result) |
protected void |
fireOperationComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
protected void |
fireOperationFailed(Throwable caught,
String failure,
String failureDetails) |
protected void |
fireOperationGeneratingView() |
protected void |
fireOperationInitializing() |
protected void |
fireOperationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details) |
protected void |
fireOperationUpdate(float elaborated) |
protected void |
fireOperationValidate(float elaborated) |
protected String |
getStack(Throwable e) |
void |
removeListener(DeleteRowsProgressListener listener)
Removes the specified
DeleteRowsProgressListener from this
DeleteRowsProgressUpdater. |
void |
run() |
protected void |
stopMessage(org.gcube.portlets.user.td.gwtservice.shared.tr.rows.DeleteRowsMonitor result) |
protected ArrayList<DeleteRowsProgressListener> listeners
public void run()
run in class com.google.gwt.user.client.Timerprotected void errorMessage(org.gcube.portlets.user.td.gwtservice.shared.tr.rows.DeleteRowsMonitor result)
protected void stopMessage(org.gcube.portlets.user.td.gwtservice.shared.tr.rows.DeleteRowsMonitor result)
protected void fireOperationInitializing()
protected void fireOperationGeneratingView()
protected void fireOperationUpdate(float elaborated)
protected void fireOperationValidate(float elaborated)
protected void fireOperationComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
protected void fireOperationFailed(Throwable caught, String failure, String failureDetails)
protected void fireOperationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details)
public void addListener(DeleteRowsProgressListener listener)
DeleteRowsProgressListener to this
DeleteRowsProgressUpdater.listener - the listener to add.public void removeListener(DeleteRowsProgressListener listener)
DeleteRowsProgressListener from this
DeleteRowsProgressUpdater.listener - the listener to remove.Copyright © 2014. All Rights Reserved.