org.jurvis.patterns
Interface JvVisitor

All Known Implementing Classes:
JvReflectiveVisitor

public interface JvVisitor

Interface defining a visitor ala the GoF visitor pattern. See Reflect on the Visitor design pattern for more information.


Method Summary
 void visit(Object o)
          Visit the specified object.
 

Method Detail

visit

void visit(Object o)
Visit the specified object.

Parameters:
o - the object to visit


Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.