org.smartfrog.sfcore.componentdescription
Interface CDVisitor
- All Known Implementing Classes:
- Phase
public interface CDVisitor
CDVisitor is the interface which defines the action method to be invoked on
every node of a tree during a tree visit.
actOn
void actOn(ComponentDescription node,
java.util.Stack path)
throws java.lang.Exception
- method which is invoked on each node.
- Parameters:
node - tree node on which to actpath - Stack
- Throws:
java.lang.Exception - error thrown during action
(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP