org.logicalcobwebs.cglib.proxy
Interface Callback

All Known Subinterfaces:
Dispatcher, FixedValue, InvocationHandler, LazyLoader, MethodInterceptor, NoOp
All Known Implementing Classes:
MyProxy, ProxyDatabaseMetaData, ProxyStatement, WrappedConnection

public interface Callback

All callback interfaces used by Enhancer extend this interface.

See Also:
MethodInterceptor, NoOp, LazyLoader, Dispatcher, InvocationHandler, FixedValue