public class ComputationReadyEvent extends com.google.gwt.event.shared.GwtEvent<ComputationReadyEvent.ComputationReadyEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComputationReadyEvent.ComputationReadyEventHandler |
static interface |
ComputationReadyEvent.HasComputationReadyEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ComputationReadyEvent.ComputationReadyEventHandler> |
TYPE |
| Constructor and Description |
|---|
ComputationReadyEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ComputationReadyEvent.ComputationReadyEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
ComputationReadyEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<ComputationReadyEvent.ComputationReadyEventHandler> |
getAssociatedType() |
org.gcube.data.analysis.dataminermanagercl.shared.process.Operator |
getOperator() |
static com.google.gwt.event.shared.GwtEvent.Type<ComputationReadyEvent.ComputationReadyEventHandler> |
getType() |
static com.google.gwt.event.shared.GwtEvent.Type<ComputationReadyEvent.ComputationReadyEventHandler> |
getTYPE() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<ComputationReadyEvent.ComputationReadyEventHandler> TYPE
public ComputationReadyEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.Operator operator)
protected void dispatch(ComputationReadyEvent.ComputationReadyEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ComputationReadyEvent.ComputationReadyEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<ComputationReadyEvent.ComputationReadyEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ComputationReadyEvent.ComputationReadyEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<ComputationReadyEvent.ComputationReadyEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
ComputationReadyEvent event)
public static com.google.gwt.event.shared.GwtEvent.Type<ComputationReadyEvent.ComputationReadyEventHandler> getTYPE()
public org.gcube.data.analysis.dataminermanagercl.shared.process.Operator getOperator()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<ComputationReadyEvent.ComputationReadyEventHandler>Copyright © 2020. All Rights Reserved.