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

Field Summary
static VisitorMonitor NOOP
          The do nothing visitor monitor
 
Method Summary
 void visited(TupleNodeVisitor visitor, TupleNode node)
          Notifies that a node has been visited.
 

Field Detail

NOOP

public static final VisitorMonitor NOOP
The do nothing visitor monitor

Method Detail

visited

public void visited(TupleNodeVisitor visitor,
                    TupleNode node)
Notifies that a node has been visited.

Parameters:
visitor - the visitor visiting the node
node - the not that has already been visited


Copyright © 2004-2006 . All Rights Reserved.