org.oddjob.framework
Interface WrapperInvocationHandler

All Superinterfaces:
InvocationHandler
All Known Implementing Classes:
DefaultInvocationHandler

public interface WrapperInvocationHandler
extends InvocationHandler

The InvocationHandler used by an Proxy for a Runnable or other wrapped.

Author:
rob

Method Summary
 Object getWrappedComponent()
          Get the wrapped component.
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Method Detail

getWrappedComponent

Object getWrappedComponent()
Get the wrapped component.

Returns:
Must not be null.