public class TDSubmissionHandler extends Object implements org.gcube.portlets.widgets.StatisticalManagerAlgorithmsWidget.client.SubmissionHandler, org.gcube.portlets.user.td.monitorwidget.client.MonitorDialogListener
| Modifier and Type | Field and Description |
|---|---|
protected com.google.web.bindery.event.shared.EventBus |
eventBus |
protected StatisticalWidget |
statisticalWidget |
protected org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
trId |
| Constructor and Description |
|---|
TDSubmissionHandler(StatisticalWidget statisticalWidget,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.web.bindery.event.shared.EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
callStatisticalOperation(org.gcube.portlets.user.td.gwtservice.shared.statistical.StatisticalOperationSession statisticalOperationSession) |
void |
onSubmit(org.gcube.portlets.widgets.StatisticalManagerAlgorithmsWidget.client.SubmissionParameters params) |
protected void |
openMonitorDialog(String taskId) |
void |
operationAborted() |
void |
operationComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
void |
operationFailed(Throwable caught,
String reason,
String details) |
void |
operationPutInBackground() |
void |
operationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details) |
protected com.google.web.bindery.event.shared.EventBus eventBus
protected org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId
protected StatisticalWidget statisticalWidget
public TDSubmissionHandler(StatisticalWidget statisticalWidget, org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId, com.google.web.bindery.event.shared.EventBus eventBus)
public void onSubmit(org.gcube.portlets.widgets.StatisticalManagerAlgorithmsWidget.client.SubmissionParameters params)
onSubmit in interface org.gcube.portlets.widgets.StatisticalManagerAlgorithmsWidget.client.SubmissionHandlerprotected void callStatisticalOperation(org.gcube.portlets.user.td.gwtservice.shared.statistical.StatisticalOperationSession statisticalOperationSession)
protected void openMonitorDialog(String taskId)
public void operationComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
operationComplete in interface org.gcube.portlets.user.td.monitorwidget.client.MonitorDialogListenerpublic void operationFailed(Throwable caught, String reason, String details)
operationFailed in interface org.gcube.portlets.user.td.monitorwidget.client.MonitorDialogListenerpublic void operationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details)
operationStopped in interface org.gcube.portlets.user.td.monitorwidget.client.MonitorDialogListenerpublic void operationAborted()
operationAborted in interface org.gcube.portlets.user.td.monitorwidget.client.MonitorDialogListenerpublic void operationPutInBackground()
operationPutInBackground in interface org.gcube.portlets.user.td.monitorwidget.client.MonitorDialogListenerCopyright © 2014. All Rights Reserved.