protected class EventListenerSupport.ProxyInvocationHandler extends Object implements InvocationHandler
Modifier | Constructor and Description |
---|---|
protected |
EventListenerSupport.ProxyInvocationHandler() |
protected EventListenerSupport.ProxyInvocationHandler()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
proxy
- the proxy object representing a listener on which the
invocation was called.method
- 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-2014 The Apache Software Foundation. All Rights Reserved.