public class TreeNodeFunctionalityEvent extends com.google.gwt.event.shared.GwtEvent<TreeNodeFunctionalityEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<TreeNodeFunctionalityEventHandler> |
TYPE |
Constructor and Description |
---|
TreeNodeFunctionalityEvent(VREFunctionalityModel functionality) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(TreeNodeFunctionalityEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<TreeNodeFunctionalityEventHandler> |
getAssociatedType() |
VREFunctionalityModel |
getFunctionalityModel() |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<TreeNodeFunctionalityEventHandler> TYPE
public TreeNodeFunctionalityEvent(VREFunctionalityModel functionality)
public VREFunctionalityModel getFunctionalityModel()
protected void dispatch(TreeNodeFunctionalityEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<TreeNodeFunctionalityEventHandler>
public com.google.gwt.event.shared.GwtEvent.Type<TreeNodeFunctionalityEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<TreeNodeFunctionalityEventHandler>
Copyright © 2016. All Rights Reserved.