Searched refs:EventBindingInvocationHandler (Results 1 – 1 of 1) sorted by relevance
77 … new Class[] { listenerType }, new EventBindingInvocationHandler(target, methodName, eventTypes))); in bindEventsToMethod()81 private static class EventBindingInvocationHandler implements InvocationHandler { class in EventUtils93 …EventBindingInvocationHandler(final Object target, final String methodName, final String[] eventTy… in EventBindingInvocationHandler() method in EventUtils.EventBindingInvocationHandler