oracle.adf.dt.dbpanel
Interface AccessorNodeVisitor
- All Known Implementing Classes:
- DiagnosticAccessorNodeVisitor
- public interface AccessorNodeVisitor
Visitor interface. You may have an object implement this interface and then call the following method in the IteratorManager visitAccessorHierarchy(DataControlAccessorNode node, AccessorNodeVisitor visitor)
visit
public void visit(DataControlAccessorNode node)
- Do some work with the current accessor node.
-
- Parameters:
node
-
Copyright © 1997, 2004, Oracle. All rights reserved.