org.apache.asn1.ber
Interface VisitorMonitor
- public interface VisitorMonitor
A callback interface used to monitor the activities of a tuple node visitor.
- Version:
- $Rev$
- Author:
- Apache Directory Project
NOOP
public static final VisitorMonitor NOOP
- The do nothing visitor monitor
visited
public void visited(TupleNodeVisitor visitor,
TupleNode node)
- Notifies that a node has been visited.
- Parameters:
visitor
- the visitor visiting the nodenode
- the not that has already been visited
Copyright © 2004-2006 . All Rights Reserved.