Class CancelExecutionFromComputationsRequestEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler>
-
- org.gcube.portlets.widgets.dataminermanagerwidget.client.events.CancelExecutionFromComputationsRequestEvent
-
public class CancelExecutionFromComputationsRequestEvent extends com.google.gwt.event.shared.GwtEvent<CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler>
Cancel Execution From Computations Request Event- Author:
- Giancarlo Panichi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandlerstatic interfaceCancelExecutionFromComputationsRequestEvent.HasCancelExecutionFromComputationsRequestEventHandler-
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<CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description CancelExecutionFromComputationsRequestEvent(org.gcube.data.analysis.dataminermanagercl.shared.workspace.ItemDescription itemDescription)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler handler)static voidfire(com.google.gwt.event.shared.HasHandlers source, CancelExecutionFromComputationsRequestEvent event)com.google.gwt.event.shared.GwtEvent.Type<CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler>getAssociatedType()org.gcube.data.analysis.dataminermanagercl.shared.workspace.ItemDescriptiongetItemDescription()static com.google.gwt.event.shared.GwtEvent.Type<CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler>getType()StringtoString()
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler> TYPE
-
-
Method Detail
-
dispatch
protected void dispatch(CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler>
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler>
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler> getType()
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, CancelExecutionFromComputationsRequestEvent event)
-
getItemDescription
public org.gcube.data.analysis.dataminermanagercl.shared.workspace.ItemDescription getItemDescription()
-
toString
public String toString()
- Overrides:
toStringin classcom.google.web.bindery.event.shared.Event<CancelExecutionFromComputationsRequestEvent.CancelExecutionFromComputationsRequestEventHandler>
-
-