com.thoughtworks.proxy.toys.echo
Class Echoing.EchoingWithOrTo<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.echo.Echoing.EchoingTo<T>
      extended by com.thoughtworks.proxy.toys.echo.Echoing.EchoingWithOrTo<T>
Enclosing class:
Echoing<T>

public static class Echoing.EchoingWithOrTo<T>
extends Echoing.EchoingTo<T>


Field Summary
 
Fields inherited from class com.thoughtworks.proxy.toys.echo.Echoing.EchoingTo
echoing
 
Method Summary
 Echoing.EchoingTo<T> with(Object delegate)
          Specify the delegate.
 
Methods inherited from class com.thoughtworks.proxy.toys.echo.Echoing.EchoingTo
to
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.