no.sesat.commons.visitor
Interface Visitor

All Known Implementing Classes:
AbstractReflectionVisitor

public interface Visitor

Interface for Classes that will implement the Visitor pattern. See complimentary Visitable interface.

Version:
$Id: Visitor.java 1127 2009-01-21 16:16:08Z ssmiweve $

Method Summary
 void visit(Visitable visitable)
          Method to hold implementation for what the visitor is supposed to do to the Visitable object.
 

Method Detail

visit

void visit(Visitable visitable)
Method to hold implementation for what the visitor is supposed to do to the Visitable object.

Parameters:
visitable - the object the visitor will operate on.


Copyright © 2009 Schibsted Søk AS. All Rights Reserved.