org.freehep.jas.plugin.tree
Class FTreeNodeEvent

java.lang.Object
  extended by org.freehep.jas.plugin.tree.FTreeNodeEvent

public class FTreeNodeEvent
extends Object

Author:
The FreeHEP team @ SLAC

Field Summary
static int NODE_ADDED
           
static int NODE_CHANGED
           
static int NODE_REMOVED
           
static int NODE_STRUCTURE_CHANGED
           
 
Method Summary
 int eventId()
           
 FTreeNode node()
           
 FTreeNode source()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NODE_ADDED

public static final int NODE_ADDED
See Also:
Constant Field Values

NODE_REMOVED

public static final int NODE_REMOVED
See Also:
Constant Field Values

NODE_CHANGED

public static final int NODE_CHANGED
See Also:
Constant Field Values

NODE_STRUCTURE_CHANGED

public static final int NODE_STRUCTURE_CHANGED
See Also:
Constant Field Values
Method Detail

eventId

public int eventId()

source

public FTreeNode source()

node

public FTreeNode node()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.