public class NewComputationEvent extends com.google.gwt.event.shared.GwtEvent<NewComputationEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<NewComputationEventHandler> |
TYPE |
| Constructor and Description |
|---|
NewComputationEvent(Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(NewComputationEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<NewComputationEventHandler> |
getAssociatedType() |
Operator |
getOperator() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<NewComputationEventHandler> TYPE
public NewComputationEvent(Operator operator)
public com.google.gwt.event.shared.GwtEvent.Type<NewComputationEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<NewComputationEventHandler>protected void dispatch(NewComputationEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<NewComputationEventHandler>public Operator getOperator()
Copyright © 2014. All Rights Reserved.