org.freehep.jas.plugin.tree
Class FTreeNodeMovedNotification
java.lang.Object
java.util.EventObject
org.freehep.jas.plugin.tree.FTreeNodeMovedNotification
- All Implemented Interfaces:
- Serializable
public class FTreeNodeMovedNotification
- extends EventObject
The event to be sent to the FTree when a node is
moved to a different FTreePath.
- Author:
- The FreeHEP team @ SLAC.
- See Also:
- Serialized Form
FTreeNodeMovedNotification
public FTreeNodeMovedNotification(Object source,
FTreePath oldPath,
FTreePath newPath)
nodeNewPath
protected FTreePath nodeNewPath()
nodePath
protected FTreePath nodePath()
- Get the FTreePath of the FTreeNode to which this
event is referring to.
- Returns:
- The FTreePath of the corresponding node
nodeName
protected String nodeName()
- Get the name of the FTreeNode to which this event is
referring to.
- Returns:
- The name of the node.
Copyright © 2013. All Rights Reserved.