public class DataMinerWorkAreaEvent extends com.google.gwt.event.shared.GwtEvent<DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler |
static interface |
DataMinerWorkAreaEvent.HasDataMinerWorkAreaEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler> |
TYPE |
| Constructor and Description |
|---|
DataMinerWorkAreaEvent(DataMinerWorkAreaEventType dataMinerWorkAreaEventType,
DataMinerWorkAreaRegionType dataMinerWorkAreaRegionType,
org.gcube.data.analysis.dataminermanagercl.shared.workspace.DataMinerWorkArea dataMinerWorkArea) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
DataMinerWorkAreaEvent dataMinerWorkAreaEvent) |
com.google.gwt.event.shared.GwtEvent.Type<DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler> |
getAssociatedType() |
org.gcube.data.analysis.dataminermanagercl.shared.workspace.DataMinerWorkArea |
getDataMinerWorkArea() |
DataMinerWorkAreaEventType |
getDataMinerWorkAreaEventType() |
DataMinerWorkAreaRegionType |
getDataMinerWorkAreaRegionType() |
static com.google.gwt.event.shared.GwtEvent.Type<DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler> TYPE
public DataMinerWorkAreaEvent(DataMinerWorkAreaEventType dataMinerWorkAreaEventType, DataMinerWorkAreaRegionType dataMinerWorkAreaRegionType, org.gcube.data.analysis.dataminermanagercl.shared.workspace.DataMinerWorkArea dataMinerWorkArea)
protected void dispatch(DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
DataMinerWorkAreaEvent dataMinerWorkAreaEvent)
public DataMinerWorkAreaEventType getDataMinerWorkAreaEventType()
public org.gcube.data.analysis.dataminermanagercl.shared.workspace.DataMinerWorkArea getDataMinerWorkArea()
public DataMinerWorkAreaRegionType getDataMinerWorkAreaRegionType()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<DataMinerWorkAreaEvent.DataMinerWorkAreaEventHandler>Copyright © 2020. All Rights Reserved.