Interface InvocationHandler

All Superinterfaces:
Callback

public interface InvocationHandler extends Callback
InvocationHandler replacement (unavailable under JDK 1.2). This callback type is primarily for use by the Proxy class but may be used with Enhancer as well.
Author:
Neeme Praks [email protected]
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(Object proxy, Method method, Object[] args)