Searched defs:removeListener (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DEvent.java45 public void removeListener(L l) { method in class:Event
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceNotifier.java71 void removeListener(PrintServiceAttributeListener listener) { method in class:ServiceNotifier
/openjdk7/langtools/src/share/classes/com/sun/mirror/apt/
H A DAnnotationProcessorEnvironment.java181 void removeListener(AnnotationProcessorListener listener); method in interface:AnnotationProcessorEnvironment
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DFullScreenHandler.java63 ((FullScreenHandler)value).removeListener(listener);
93 void removeListener(final FullScreenListener listener) { method in class:FullScreenHandler
H A D_AppEventHandler.java111 void removeListener(final AppEventListener listener) { method in class:_AppEventHandler
112 if (listener instanceof AppReOpenedListener) reOpenAppDispatcher.removeListener((AppReOpenedListener)listener);
113 if (listener instanceof AppForegroundListener) foregroundAppDispatcher.removeListener((AppForegroundListener)listener);
114 if (listener instanceof AppHiddenListener) hiddenAppDispatcher.removeListener((AppHiddenListener)listener);
115 if (listener instanceof UserSessionListener) userSessionDispatcher.removeListener((UserSessionListener)listener);
116 if (listener instanceof ScreenSleepListener) screenSleepDispatcher.removeListener((ScreenSleepListener)listener);
117 if (listener instanceof SystemSleepListener) systemSleepDispatcher.removeListener((SystemSleepListener)listener);
445 synchronized void removeListener(final L listener) { method in class:_AppEventHandler._AppEventMultiplexor
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DAccelDeviceEventNotifier.java118 public static final void removeListener(AccelDeviceEventListener l) { method in class:AccelDeviceEventNotifier
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVMState.java180 synchronized void removeListener(VMListener listener) { method in class:VMState
H A DThreadReferenceImpl.java602 void removeListener(ThreadListener listener) { method in class:ThreadReferenceImpl
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/event/
H A DGestureHandler.java62 ((GestureHandler)value).removeListener(listener);
116 void removeListener(final GestureListener listener) { method in class:GestureHandler
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPropMap.java58 void removeListener(PropertyChangeListener listener) { method in class:PropMap
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/apt/
H A DAnnotationProcessorEnvironmentImpl.java167 public void removeListener(AnnotationProcessorListener listener) { method in class:AnnotationProcessorEnvironmentImpl
/openjdk7/jdk/test/com/sun/jdi/
H A DJDIScaffold.java368 public void removeListener(TargetListener listener) { method in class:JDIScaffold
H A DTestScaffold.java652 public void removeListener(TargetListener listener) { method in class:TestScaffold
/openjdk7/hotspot/agent/test/jdi/
H A DTestScaffold.java518 public void removeListener(TargetListener listener) { method in class:TestScaffold

Completed in 74 milliseconds