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

/openjdk7/langtools/test/tools/javac/api/
H A DTestEvalExpression.java41 static class Listener implements DiagnosticListener<JavaFileObject> { class in class:TestEvalExpression
55 final DiagnosticListener<JavaFileObject> listener = new Listener();
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DSelectorLimit.java44 static class Listener class in class:SelectorLimit
50 Listener(ServerSocketChannel ssc) { method in class:SelectorLimit.Listener
51 super("Listener");
79 Listener lth = new Listener(ssc);
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4072197.java42 Listener.class,
63 public static class Listener { class in class:Test4072197
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorInitThresholdTest.java64 public static class Listener implements NotificationListener { class in class:CounterMonitorInitThresholdTest
124 new Listener(), null, null);
H A DCounterMonitorThresholdTest.java72 public static class Listener implements NotificationListener { class in class:CounterMonitorThresholdTest
128 new Listener(), null, null);
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DEmptyDomainNotificationTest.java64 public static class Listener implements NotificationListener { class in class:EmptyDomainNotificationTest
67 "EmptyDomainNotificationTest-Listener-handleNotification: receives:" + n);
98 final Listener li = new Listener();
H A DRMINotifTest.java169 private static class Listener implements NotificationListener { class in class:RMINotifTest
231 private static NotificationListener listener = new Listener();
H A DNotSerializableNotifTest.java120 Listener listener = new Listener();
130 listener = new Listener();
172 private static class Listener implements NotificationListener { class in class:NotSerializableNotifTest
H A DUnexpectedNotifTest.java166 private static class Listener implements NotificationListener { class in class:UnexpectedNotifTest
233 private static NotificationListener listener = new Listener();
H A DNotificationAccessControllerTest.java141 public class Listener implements NotificationListener { class in class:NotificationAccessControllerTest
249 Listener li = new Listener();
H A DNotificationEmissionTest.java90 public class Listener implements NotificationListener { class in class:NotificationEmissionTest
263 Listener li = new Listener();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DStackTracePanel.java40 public interface Listener { interface in class:StackTracePanel
100 public void addListener(Listener listener) {
111 ((Listener) iter.next()).frameChanged(entry.getCFrame(), entry.getJavaFrame());
H A DThreadListPanel.java52 /** Listener which can be added to receive "Set Focus" events */
53 public static interface Listener { interface in class:ThreadListPanel
106 // List<Listener>
214 ((Listener) iter.next()).setFocus(info.getThread(), info.getJavaThread());
231 public void addListener(Listener l) {
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DMarshaller.java301 * The external listener callback mechanism enables the registration of a {@link Listener}
302 * instance with a {@link Marshaller#setListener(Listener)}. The external listener receives all callback events,
307 * defined in {@link Listener#beforeMarshal(Object)} and {@link Listener#afterMarshal(Object)}.
769 * @see Marshaller#setListener(Listener)
773 public static abstract class Listener { class in interface:Marshaller
805 * Register marshal event callback {@link Listener} with this {@link Marshaller}.
808 * There is only one Listener per Marshaller. Setting a Listener replaces the previous set Listener
[all...]
H A DUnmarshaller.java390 * The external listener callback mechanism enables the registration of a {@link Listener}
391 * instance with an {@link Unmarshaller#setListener(Listener)}. The external listener receives all callback events,
397 * defined in {@link Listener#beforeUnmarshal(Object, Object)} and {@link Listener#afterUnmarshal(Object, Object)}.
1081 * (@link #setListener(Listener)}
1086 public static abstract class Listener { class in interface:Unmarshaller
1124 * Register unmarshal event callback {@link Listener} with this {@link Unmarshaller}.
1127 * There is only one Listener per Unmarshaller. Setting a Listener replaces the previous set Listener
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DObjectHistogramPanel.java260 public interface Listener { interface in class:ObjectHistogramPanel
264 public void addPanelListener(Listener listener) {
271 public void removePanelListener(Listener listener) {
337 Listener listener = (Listener) iter.next();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsgenTool.java101 final Listener listener = new Listener();
181 public boolean buildModel(String endpoint, Listener listener) throws BadCommandLineException {
381 class Listener extends WsimportListener { class in class:WsgenTool

Completed in 1247 milliseconds