public class OutputDataRequestEvent extends com.google.gwt.event.shared.GwtEvent<OutputDataRequestEvent.OutputDataRequestEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputDataRequestEvent.HasOutputDataRequestEventHandler |
static interface |
OutputDataRequestEvent.OutputDataRequestEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<OutputDataRequestEvent.OutputDataRequestEventHandler> |
TYPE |
| Constructor and Description |
|---|
OutputDataRequestEvent(ComputationId computationId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(OutputDataRequestEvent.OutputDataRequestEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
OutputDataRequestEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<OutputDataRequestEvent.OutputDataRequestEventHandler> |
getAssociatedType() |
ComputationId |
getComputationId() |
static com.google.gwt.event.shared.GwtEvent.Type<OutputDataRequestEvent.OutputDataRequestEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<OutputDataRequestEvent.OutputDataRequestEventHandler> TYPE
public OutputDataRequestEvent(ComputationId computationId)
protected void dispatch(OutputDataRequestEvent.OutputDataRequestEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<OutputDataRequestEvent.OutputDataRequestEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<OutputDataRequestEvent.OutputDataRequestEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<OutputDataRequestEvent.OutputDataRequestEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<OutputDataRequestEvent.OutputDataRequestEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
OutputDataRequestEvent event)
public ComputationId getComputationId()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<OutputDataRequestEvent.OutputDataRequestEventHandler>Copyright © 2017. All Rights Reserved.