Home
last modified time | relevance | path

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

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/event/
DEventUtilsTest.java59 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