com.thoughtworks.proxy.toys.echo
Class Echoing.EchoingWithOrTo<T>
java.lang.Object
com.thoughtworks.proxy.toys.echo.Echoing.EchoingTo<T>
com.thoughtworks.proxy.toys.echo.Echoing.EchoingWithOrTo<T>
- Enclosing class:
- Echoing<T>
public static class Echoing.EchoingWithOrTo<T>
- extends Echoing.EchoingTo<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
with
public Echoing.EchoingTo<T> with(Object delegate)
- Specify the delegate.
- Parameters:
delegate
- the object the proxy delegates to.
- Returns:
- the factory that will proxy instances of the supplied type.
- Since:
- 1.0
Copyright © 2005-2010 Codehaus. All Rights Reserved.