Class ResubmitComputationExecutionEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler>
-
- org.gcube.portlets.widgets.dataminermanagerwidget.client.events.ResubmitComputationExecutionEvent
-
public class ResubmitComputationExecutionEvent extends com.google.gwt.event.shared.GwtEvent<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler>
Resubmit Computation Execution Event- Author:
- Giancarlo Panichi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResubmitComputationExecutionEvent.HasResubmitComputationExecutionEventHandlerstatic interfaceResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler-
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<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description ResubmitComputationExecutionEvent(org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler handler)static voidfire(com.google.gwt.event.shared.HasHandlers source, ResubmitComputationExecutionEvent event)com.google.gwt.event.shared.GwtEvent.Type<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler>getAssociatedType()org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationIdgetComputationId()static com.google.gwt.event.shared.GwtEvent.Type<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler>getType()StringtoString()
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler> TYPE
-
-
Method Detail
-
dispatch
protected void dispatch(ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler>
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler>
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler> getType()
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, ResubmitComputationExecutionEvent event)
-
getComputationId
public org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId getComputationId()
-
toString
public String toString()
- Overrides:
toStringin classcom.google.web.bindery.event.shared.Event<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler>
-
-