Uses of Class
com.thoughtworks.proxy.toys.future.Future.FutureBuild

Packages that use Future.FutureBuild
com.thoughtworks.proxy.toys.future A toy to delay method execution into future. 
 

Uses of Future.FutureBuild in com.thoughtworks.proxy.toys.future
 

Methods in com.thoughtworks.proxy.toys.future that return Future.FutureBuild
static
<T> Future.FutureBuild<T>
Future.proxy(T target)
          Creates a proxy instance for asynchronous calls on an object.
 Future.FutureBuild<T> Future.FutureWith.with(Object target)
          Defines the object that shall be proxied.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.