Oracle ADF Designtime API Reference v10.1.2


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)


Method Summary
 void visit(DataControlAccessorNode node)
          Do some work with the current accessor node.

 

Method Detail

visit

public void visit(DataControlAccessorNode node)
Do some work with the current accessor node.
Parameters:
node -

Oracle ADF Designtime API Reference v10.1.2


Copyright © 1997, 2004, Oracle. All rights reserved.