com.twelvemonkeys.util
Interface Visitor<T>


public interface Visitor<T>

A generic visitor.

Version:
$Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/Visitor.java#1 $
Author:
Harald Kuhr, last modified by $Author: haku $
See Also:
Visitor Patter

Method Summary
 void visit(T pElement)
          Visits an element.
 

Method Detail

visit

void visit(T pElement)
Visits an element.

Parameters:
pElement - the element to visit


Copyright © 2014. All Rights Reserved.