public class StartComputationExecutionRequestEvent extends com.google.gwt.event.shared.GwtEvent<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartComputationExecutionRequestEvent.HasStartComputationExecutionRequestEventHandler |
static interface |
StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler> |
TYPE |
| Constructor and Description |
|---|
StartComputationExecutionRequestEvent(Operator op,
int computationStatusPanelIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
StartComputationExecutionRequestEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler> |
getAssociatedType() |
int |
getComputationStatusPanelIndex() |
Operator |
getOp() |
static com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler> TYPE
public StartComputationExecutionRequestEvent(Operator op, int computationStatusPanelIndex)
protected void dispatch(StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
StartComputationExecutionRequestEvent event)
public Operator getOp()
public int getComputationStatusPanelIndex()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<StartComputationExecutionRequestEvent.StartComputationExecutionRequestEventHandler>Copyright © 2017. All Rights Reserved.