com.sri.emo.dbobj.model_tree
Interface TreeTraversalListener
- All Known Implementing Classes:
- TreeViewVisitor
public interface TreeTraversalListener
Specific to the Iterator inherant with the model tree. Fires events
whenever we descend a node in the tree or ascend a node in the tree. Does
not fire for siblings.
- Author:
- Michael Rimov
NULL_LISTENER
static final TreeTraversalListener NULL_LISTENER
- Special Case for no listeners.
descendModelTree
void descendModelTree(ModelNode newCurrentNode)
ascendModelTree
void ascendModelTree(ModelNode newCurrentNode)
Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.