< prev index next >

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

Print this page
rev 14722 : imported patch 8153362

*** 213,223 **** * occurs. By doing things this way, the actual number of listeners * installed on a component instance is drastically reduced. * * @deprecated This field is unused. */ ! @Deprecated static protected AWTEventsListener awtListener = new AWTEventsListener(); static private final AWTEventsListener awtListener_private = new AWTEventsListener(); /** --- 213,223 ---- * occurs. By doing things this way, the actual number of listeners * installed on a component instance is drastically reduced. * * @deprecated This field is unused. */ ! @Deprecated @SuppressWarnings("unexportedinapi") static protected AWTEventsListener awtListener = new AWTEventsListener(); static private final AWTEventsListener awtListener_private = new AWTEventsListener(); /**
< prev index next >