public class StartComputationExecutionEvent extends com.google.gwt.event.shared.GwtEvent<StartComputationExecutionEvent.StartComputationExecutionEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartComputationExecutionEvent.HasStartComputationExecutionEventHandler |
static interface |
StartComputationExecutionEvent.StartComputationExecutionEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionEvent.StartComputationExecutionEventHandler> |
TYPE |
| Constructor and Description |
|---|
StartComputationExecutionEvent(org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId,
int computationStatusPanelIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(StartComputationExecutionEvent.StartComputationExecutionEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
StartComputationExecutionEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionEvent.StartComputationExecutionEventHandler> |
getAssociatedType() |
org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId |
getComputationId() |
int |
getComputationStatusPanelIndex() |
static com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionEvent.StartComputationExecutionEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionEvent.StartComputationExecutionEventHandler> TYPE
public StartComputationExecutionEvent(org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId,
int computationStatusPanelIndex)
protected void dispatch(StartComputationExecutionEvent.StartComputationExecutionEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<StartComputationExecutionEvent.StartComputationExecutionEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionEvent.StartComputationExecutionEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<StartComputationExecutionEvent.StartComputationExecutionEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionEvent.StartComputationExecutionEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
StartComputationExecutionEvent event)
public org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId getComputationId()
public int getComputationStatusPanelIndex()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<StartComputationExecutionEvent.StartComputationExecutionEventHandler>Copyright © 2022. All Rights Reserved.