com.thoughtworks.proxy.toys.delegate
Class Delegating.DelegatingWith<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.delegate.Delegating.DelegatingWith<T>
Enclosing class:
Delegating<T>

public static class Delegating.DelegatingWith<T>
extends Object


Method Summary
 Delegating.DelegatingModeOrBuild<T> with(Object delegate)
          With this delegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

with

public Delegating.DelegatingModeOrBuild<T> with(Object delegate)
With this delegate

Parameters:
delegate - the object the proxy delegates to.
Returns:
the factory that will route calls to the supplied delegate.
Since:
1.0


Copyright © 2005-2010 Codehaus. All Rights Reserved.