public class ComputationDataEvent extends com.google.gwt.event.shared.GwtEvent<ComputationDataEvent.ComputationDataEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComputationDataEvent.ComputationDataEventHandler |
static interface |
ComputationDataEvent.HasOutputShowResourceEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ComputationDataEvent.ComputationDataEventHandler> |
TYPE |
| Constructor and Description |
|---|
ComputationDataEvent(org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationData computationData) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ComputationDataEvent.ComputationDataEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
ComputationDataEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<ComputationDataEvent.ComputationDataEventHandler> |
getAssociatedType() |
org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationData |
getComputationData() |
static com.google.gwt.event.shared.GwtEvent.Type<ComputationDataEvent.ComputationDataEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<ComputationDataEvent.ComputationDataEventHandler> TYPE
public ComputationDataEvent(org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationData computationData)
protected void dispatch(ComputationDataEvent.ComputationDataEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ComputationDataEvent.ComputationDataEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<ComputationDataEvent.ComputationDataEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ComputationDataEvent.ComputationDataEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<ComputationDataEvent.ComputationDataEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
ComputationDataEvent event)
public org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationData getComputationData()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<ComputationDataEvent.ComputationDataEventHandler>Copyright © 2022. All Rights Reserved.