public class ComputationDataRequestEvent extends com.google.gwt.event.shared.GwtEvent<ComputationDataRequestEvent.ComputationDataRequestEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComputationDataRequestEvent.ComputationDataRequestEventHandler |
static interface |
ComputationDataRequestEvent.HasComputationDataRequestEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ComputationDataRequestEvent.ComputationDataRequestEventHandler> |
TYPE |
| Constructor and Description |
|---|
ComputationDataRequestEvent(org.gcube.data.analysis.dataminermanagercl.shared.workspace.ItemDescription itemDescription) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ComputationDataRequestEvent.ComputationDataRequestEventHandler handler) |
static void |
fire(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.ItemDescription |
getItemDescription() |
static com.google.gwt.event.shared.GwtEvent.Type<ComputationDataRequestEvent.ComputationDataRequestEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<ComputationDataRequestEvent.ComputationDataRequestEventHandler> TYPE
public ComputationDataRequestEvent(org.gcube.data.analysis.dataminermanagercl.shared.workspace.ItemDescription itemDescription)
protected void dispatch(ComputationDataRequestEvent.ComputationDataRequestEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ComputationDataRequestEvent.ComputationDataRequestEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<ComputationDataRequestEvent.ComputationDataRequestEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ComputationDataRequestEvent.ComputationDataRequestEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<ComputationDataRequestEvent.ComputationDataRequestEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
ComputationDataRequestEvent event)
public org.gcube.data.analysis.dataminermanagercl.shared.workspace.ItemDescription getItemDescription()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<ComputationDataRequestEvent.ComputationDataRequestEventHandler>Copyright © 2024. All rights reserved.