Searched defs:CounterListener (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java65 public static class CounterListener class in class:NotificationEmitterProxy
68 public CounterListener(Counter counter) { method in class:NotificationEmitterProxy.CounterListener
94 final CounterListener listener = new CounterListener(counter);
96 final CounterListener mxlistener = new CounterListener(mxcounter);

Completed in 22 milliseconds