ADF Designtime

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 -

ADF Designtime

 

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