Class EventListenerSupport.ProxyInvocationHandler

java.lang.Object
org.apache.commons.lang3.event.EventListenerSupport.ProxyInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
EventListenerSupport<L>

protected class EventListenerSupport.ProxyInvocationHandler extends Object implements InvocationHandler
Invokes listeners through invoke(Object, Method, Object[]) in the order added to the underlying List.