org.gvsig.tools.visitor
Interface Visitable

All Known Subinterfaces:
DynObjectSet, IndexedVisitable
All Known Implementing Classes:
AbstractIndexedVisitable, AbstractVisitable, ComplexNotification, MultiDynObjectSet

public interface Visitable

Interface for containers which are able to provide each of its values to a given Visitor.

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

Method Summary
 void accept(Visitor visitor)
          Provides each value of this container to the provided Visitor.
 

Method Detail

accept

void accept(Visitor visitor)
            throws BaseException
Provides each value of this container to the provided Visitor.

Parameters:
visitor - the visitor to apply to each value.
Throws:
BaseException - if there is an error while performing the visit


Copyright © 2004-2011 gvSIG. All Rights Reserved.