org.javasimon.proxy
Interface Delegating<T>

Type Parameters:
T - Wrapped type
All Known Implementing Classes:
AsyncCallbackProxyFactory, DelegatingMethodInvocation, DelegatingProxyFactory, ExecutorProxyFactory, StopwatchProxyFactory

public interface Delegating<T>

Interface indicating that an object is wrapping another object.

Author:
gerald

Method Summary
 T getDelegate()
          Get wrapped object.
 

Method Detail

getDelegate

T getDelegate()
Get wrapped object.

Returns:
Wrapped object


Copyright © 2013. All Rights Reserved.