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.Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
Copyright © 2018. All rights reserved.