com.ebmwebsourcing.geasytools.widgets.ext.impl.treepanel.event
Class NodeSelectedEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<ITreePanelHandler>
      extended by com.ebmwebsourcing.geasytools.widgets.ext.impl.treepanel.event.NodeSelectedEvent
All Implemented Interfaces:
INodeSelectedEvent

public class NodeSelectedEvent
extends com.google.gwt.event.shared.GwtEvent<ITreePanelHandler>
implements INodeSelectedEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<ITreePanelHandler> TYPE
           
 
Constructor Summary
NodeSelectedEvent(ITreeNode node)
           
 
Method Summary
protected  void dispatch(ITreePanelHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ITreePanelHandler> getAssociatedType()
           
 ITreeNode getNode()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<ITreePanelHandler> TYPE
Constructor Detail

NodeSelectedEvent

public NodeSelectedEvent(ITreeNode node)
Method Detail

dispatch

protected void dispatch(ITreePanelHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ITreePanelHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<ITreePanelHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ITreePanelHandler>

getNode

public ITreeNode getNode()
Specified by:
getNode in interface INodeSelectedEvent


Copyright © 2010-2011 Petals Link. All Rights Reserved.