com.thoughtworks.proxy.toys.future
Class Future.FutureWith<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.future.Future.FutureWith<T>
Enclosing class:
Future<T>

public static class Future.FutureWith<T>
extends Object


Method Summary
 Future.FutureBuild<T> with(Object target)
          Defines the object that shall be proxied.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

with

public Future.FutureBuild<T> with(Object target)
Defines the object that shall be proxied. This object must implement the types used to create the proxy.

Parameters:
target - the object that shall be proxied.
Returns:
the factory that will proxy instances of the supplied type.
Since:
upcoming


Copyright © 2005-2010 Codehaus. All Rights Reserved.