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

/openjdk10/jdk/test/javax/management/remote/mandatory/connection/
H A DDeadLockTest.java88 MyListener myListener;
94 myListener = new MyListener(conn);
118 private static class MyListener implements NotificationListener { class in class:DeadLockTest
119 public MyListener(MBeanServerConnection conn) { method in class:DeadLockTest.MyListener
/openjdk10/jdk/test/java/awt/List/EmptyListEventTest/
H A DEmptyListEventTest.java132 MyListener listener = new MyListener();
145 static class MyListener implements ActionListener, ItemListener { class in class:EmptyListEventTest
/openjdk10/jdk/test/javax/management/notification/
H A DNotifExecutorTest.java52 final MyListener myLister = new MyListener();
134 private static class MyListener implements NotificationListener { class in class:NotifExecutorTest
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DDiffHBTest.java103 final MyListener dummyListener = new MyListener();
140 private static class MyListener implements NotificationListener { class in class:DiffHBTest
H A DServerNotifs.java81 mbs.addNotificationListener(on, new MyListener(), null, null);
142 private static class MyListener implements NotificationListener { class in class:ServerNotifs
H A DNotificationBufferDeadlockTest.java170 countListener = new MyListener(names.size());
266 private static class MyListener implements NotificationListener { class in class:NotificationBufferDeadlockTest
267 public MyListener(int waitNB) { method in class:NotificationBufferDeadlockTest.MyListener
272 System.out.println("MyListener got: " + n.getSource() + " " + n.getType());
281 System.out.println("MyListener-waiting ...");
283 System.out.println("MyListener-waiting done!");
293 private static MyListener countListener;
/openjdk10/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java61 MyListener listener = new MyListener();
263 static class MyListener implements NotificationListener { class in class:ProxyTypeMapping
H A DValidateOpenTypes.java77 MyListener listener = new MyListener();
298 static class MyListener implements NotificationListener { class in class:ValidateOpenTypes

Completed in 55 milliseconds