InvocationHandlerprotected class EventListenerSupport.ProxyInvocationHandler extends Object implements InvocationHandler
| Modifier | Constructor | Description |
|---|---|---|
protected |
ProxyInvocationHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
invoke(Object unusedProxy,
Method method,
Object[] args) |
Propagates the method call to all registered listeners in place of
the proxy listener object.
|
public Object invoke(Object unusedProxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerunusedProxy - the proxy object representing a listener on which the
invocation was called; not usedmethod - the listener method that will be called on all of the
listeners.args - event arguments to propagate to the listeners.Throwable - if an error occursCopyright © 2001–2019. All rights reserved.