com.hp.ucmdb.api.view
Interface ViewTreeVisitor


public interface ViewTreeVisitor

Implementations of this interace can be used to traverse the views tree.

This interface can be implemented in the client side.

Since:
UCMDB 9.0

Method Summary
 void visit(View view)
          Called when a view is visited.
 void visit(ViewFolder viewFolder)
          Called when a view folder is visited.
 

Method Detail

visit

void visit(ViewFolder viewFolder)
Called when a view folder is visited.


visit

void visit(View view)
Called when a view is visited.



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.