Package net.sf.cglib.proxy
Interface Dispatcher
-
- All Superinterfaces:
Callback
public interface Dispatcher extends Callback
DispatchingEnhancer
callback. This is identical to theLazyLoader
interface but needs to be separate so thatEnhancer
knows which type of code to generate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
loadObject()
Return the object which the original method invocation should be dispatched.
-