org.jurvis.patterns
Interface JvVisitable


public interface JvVisitable

Interface for any object that may be visited by a JvVisitor. See Reflect on the Visitor design pattern for more information.


Method Summary
 void accept(JvVisitor visitor)
          Accept a visit by the specified visitor.
 

Method Detail

accept

void accept(JvVisitor visitor)
Accept a visit by the specified visitor.

Parameters:
visitor - the visitor


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