com.thoughtworks.proxy.toys.decorate
Class Decorating.DecoratingVisitor<U,T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.decorate.Decorating.DecoratingVisitor<U,T>
Enclosing class:
Decorating<U,T>

public static class Decorating.DecoratingVisitor<U,T>
extends Object


Method Summary
 Decorating.DecoratingBuild<U,T> visiting(Decorator<T> decorator)
          specify the visited decorator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

visiting

public Decorating.DecoratingBuild<U,T> visiting(Decorator<T> decorator)
specify the visited decorator

Parameters:
decorator - the decorator
Returns:
the factory that will proxy instances of the supplied type.
Since:
1.0


Copyright © 2005-2010 Codehaus. All Rights Reserved.