Searched refs:EventCountingInvocationHandler (Results 1 – 1 of 1) sorted by relevance
59 final EventCountingInvocationHandler handler = new EventCountingInvocationHandler(); in testAddEventListener()71 final EventCountingInvocationHandler handler = new EventCountingInvocationHandler(); in testAddEventListenerWithNoAddMethod()92 final EventCountingInvocationHandler handler = new EventCountingInvocationHandler(); in testAddEventListenerWithPrivateAddMethod()165 private static class EventCountingInvocationHandler implements InvocationHandler { class in EventUtilsTest