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

/openjdk7/jdk/test/java/awt/List/EmptyListEventTest/
H A DEmptyListEventTest.java133 MyListener listener = new MyListener();
146 static class MyListener implements ActionListener, ItemListener { class in class:EmptyListEventTest
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DDeadLockTest.java87 MyListener myListener;
93 myListener = new MyListener(conn);
117 private static class MyListener implements NotificationListener { class in class:DeadLockTest
118 public MyListener(MBeanServerConnection conn) { method in class:DeadLockTest.MyListener
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DServerNotifs.java80 mbs.addNotificationListener(on, new MyListener(), null, null);
141 private static class MyListener implements NotificationListener { class in class:ServerNotifs
H A DDiffHBTest.java102 final MyListener dummyListener = new MyListener();
139 private static class MyListener implements NotificationListener { class in class:DiffHBTest
H A DNotificationBufferDeadlockTest.java167 countListener = new MyListener(names.size());
265 private static class MyListener implements NotificationListener { class in class:NotificationBufferDeadlockTest
266 public MyListener(int waitNB) { method in class:NotificationBufferDeadlockTest.MyListener
271 System.out.println("MyListener got: "+n.getSource()+" "+n.getType());
312 private static MyListener countListener;
/openjdk7/jdk/test/javax/management/notification/
H A DNotifExecutorTest.java51 final MyListener myLister = new MyListener();
133 private static class MyListener implements NotificationListener { class in class:NotifExecutorTest
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java62 MyListener listener = new MyListener();
264 static class MyListener implements NotificationListener { class in class:ProxyTypeMapping
H A DValidateOpenTypes.java78 MyListener listener = new MyListener();
299 static class MyListener implements NotificationListener { class in class:ValidateOpenTypes

Completed in 79 milliseconds