Class EventListenerSupport.ProxyInvocationHandler

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

Invokes listeners through invoke(Object, Method, Object[]) in the order added to the underlying List.