Class CancelComputationExecutionRequestEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler>
-
- org.gcube.portlets.widgets.dataminermanagerwidget.client.events.CancelComputationExecutionRequestEvent
-
public class CancelComputationExecutionRequestEvent extends com.google.gwt.event.shared.GwtEvent<CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler>
Cancel Computation Request Event- Author:
- Giancarlo Panichi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandlerstatic interfaceCancelComputationExecutionRequestEvent.HasCancelComputationExecutionRequestEventHandler-
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<CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description CancelComputationExecutionRequestEvent(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(CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler handler)static voidfire(com.google.gwt.event.shared.HasHandlers source, CancelComputationExecutionRequestEvent event)com.google.gwt.event.shared.GwtEvent.Type<CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler>getAssociatedType()org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationIdgetComputationId()static com.google.gwt.event.shared.GwtEvent.Type<CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler>getType()StringtoString()
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler> TYPE
-
-
Method Detail
-
dispatch
protected void dispatch(CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler>
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler>
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler> getType()
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, CancelComputationExecutionRequestEvent 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<CancelComputationExecutionRequestEvent.CancelComputationExecutionRequestEventHandler>
-
-