Uses of Class
com.thoughtworks.proxy.toys.delegate.Delegating.DelegatingWith

Packages that use Delegating.DelegatingWith
com.thoughtworks.proxy.toys.delegate A toy to delegate method calls to another object. 
 

Uses of Delegating.DelegatingWith in com.thoughtworks.proxy.toys.delegate
 

Methods in com.thoughtworks.proxy.toys.delegate that return Delegating.DelegatingWith
static
<T> Delegating.DelegatingWith<T>
Delegating.proxy(Class<T> type)
          Creates a factory for proxy instances that allow delegation.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.