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

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

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

Methods in com.thoughtworks.proxy.toys.future that return Future.FutureWith
static
<T> Future.FutureWith<T>
Future.proxy(Class<T> primaryType)
          Creates a proxy instance for asynchronous calls on a type.
static
<T> Future.FutureWith<T>
Future.proxy(Class<T> primaryType, Class<?>... types)
          Creates a proxy instance for asynchronous calls on a type.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.