< prev index next >

src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/SwingEventMonitor.java

Print this page
rev 14722 : imported patch 8153362

@@ -69,10 +69,11 @@
      * The actual listener that is installed on the component instances.
      * This listener calls the other registered listeners when an event
      * occurs.  By doing things this way, the actual number of listeners
      * installed on a component instance is drastically reduced.
      */
+    @SuppressWarnings("unexportedinapi")
     static protected final SwingEventListener swingListener = new SwingEventListener();
 
     /**
      * Adds the specified listener to receive all {@link EventID#ANCESTOR ANCESTOR}
      * events on each component instance in the Java Virtual Machine as they occur.
< prev index next >