Class StartComputationExecutionRequestEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler>
-
- org.gcube.portlets.widgets.dataminermanagerwidget.client.events.StartComputationExecutionRequestEvent
-
public class StartComputationExecutionRequestEvent extends com.google.gwt.event.shared.GwtEvent<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler>
Start Computation Execution Request Event- Author:
- Giancarlo Panichi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartComputationExecutionRequestEvent.HasStartComputationExecutionRequestEventHandlerstatic interfaceStartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description StartComputationExecutionRequestEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.Operator op, int computationStatusPanelIndex)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler handler)static voidfire(com.google.gwt.event.shared.HasHandlers source, StartComputationExecutionRequestEvent event)com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler>getAssociatedType()intgetComputationStatusPanelIndex()org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorgetOp()static com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler>getType()StringtoString()
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler> TYPE
-
-
Method Detail
-
dispatch
protected void dispatch(StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler>
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler>
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler> getType()
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, StartComputationExecutionRequestEvent event)
-
getOp
public org.gcube.data.analysis.dataminermanagercl.shared.process.Operator getOp()
-
getComputationStatusPanelIndex
public int getComputationStatusPanelIndex()
-
toString
public String toString()
- Overrides:
toStringin classcom.google.web.bindery.event.shared.Event<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler>
-
-