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