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
static final VisitorMonitor NOOP
- The do nothing visitor monitor
visited
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-2009 . All Rights Reserved.