Home
last modified time | relevance | path

Searched defs:ProxyInvocationHandler (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
DProxyDebuggee.java43 static class ProxyInvocationHandler implements InvocationHandler { class in ProxyDebuggee
46 public ProxyInvocationHandler(ProxyDebuggee debuggee) { in ProxyInvocationHandler() method in ProxyDebuggee.ProxyInvocationHandler
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/event/
DEventListenerSupport.java312 protected class ProxyInvocationHandler implements InvocationHandler { class in EventListenerSupport