Home
last modified time | relevance | path

Searched refs:EventBindingInvocationHandler (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/event/
DEventUtils.java77 … new Class[] { listenerType }, new EventBindingInvocationHandler(target, methodName, eventTypes))); in bindEventsToMethod()
81 private static class EventBindingInvocationHandler implements InvocationHandler { class in EventUtils
93EventBindingInvocationHandler(final Object target, final String methodName, final String[] eventTy… in EventBindingInvocationHandler() method in EventUtils.EventBindingInvocationHandler