org.gvsig.tools.visitor
Interface Visitor


public interface Visitor

Interface for objects which are able to visit a Visitable object.

Author:
2008-2009 José Manuel Vivó, 2009- César Ordiñana - gvSIG team

Method Summary
 void visit(Object obj)
          Visits one of the objects provided by a Visitable.
 

Method Detail

visit

void visit(Object obj)
           throws VisitCanceledException,
                  BaseException
Visits one of the objects provided by a Visitable.

Parameters:
obj - the object to perform the action with
Throws:
VisitCanceledException - thrown if the visit ha to be cancelled by the Visitable
BaseException - if there is an error performing the visit


Copyright © 2004-2011 gvSIG. All Rights Reserved.