public class GroupByProgressUpdater
extends com.google.gwt.user.client.Timer
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<GroupByProgressListener> |
listeners |
| Constructor and Description |
|---|
GroupByProgressUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(GroupByProgressListener listener)
Add a new
GroupByProgressListener to this
GroupByProgressUpdater. |
protected void |
errorMessage(org.gcube.portlets.user.td.gwtservice.shared.tr.groupby.GroupByMonitor 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(GroupByProgressListener listener)
Removes the specified
GroupByProgressListener from this
GroupByProgressUpdater. |
void |
run() |
protected void |
stopMessage(org.gcube.portlets.user.td.gwtservice.shared.tr.groupby.GroupByMonitor result) |
protected ArrayList<GroupByProgressListener> listeners
public void run()
run in class com.google.gwt.user.client.Timerprotected void errorMessage(org.gcube.portlets.user.td.gwtservice.shared.tr.groupby.GroupByMonitor result)
protected void stopMessage(org.gcube.portlets.user.td.gwtservice.shared.tr.groupby.GroupByMonitor 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(GroupByProgressListener listener)
GroupByProgressListener to this
GroupByProgressUpdater.listener - the listener to add.public void removeListener(GroupByProgressListener listener)
GroupByProgressListener from this
GroupByProgressUpdater.listener - the listener to remove.Copyright © 2014. All Rights Reserved.