Searched refs:removeListener (Results 1 - 25 of 32) sorted by relevance

12

/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/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
H A DApplication.java137 eventHandler.removeListener(listener);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DNextDiagramAction.java83 this.model.getDiagramChangedEvent().removeListener(this);
H A DPrevDiagramAction.java83 this.model.getDiagramChangedEvent().removeListener(this);
/openjdk7/jdk/test/com/sun/jdi/
H A DBreakpointTest.java161 removeListener(this);
H A DSuspendThreadTest.java159 removeListener(this);
/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/sun/print/
H A DServiceNotifier.java71 void removeListener(PrintServiceAttributeListener listener) { method in class:ServiceNotifier
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramViewModel.java167 oldGroup.getChangedEvent().removeListener(groupContentChangedListener);
267 sequenceFilterChain.getChangedEvent().removeListener(filterChainChangedListener);
286 filterChain.getChangedEvent().removeListener(filterChainChangedListener);
H A DDiagramScene.java485 this.model.getDiagramChangedEvent().removeListener(this);
486 this.model.getViewPropertiesChangedEvent().removeListener(this);
1196 scene.getModel().getViewChangedEvent().removeListener(this);
1207 scene.getModel().getViewChangedEvent().removeListener(this);
1220 scene.getModel().getViewChangedEvent().removeListener(this);
/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/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/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DFolderNode.java68 g.getChangedEvent().removeListener(this);
/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/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DRangeSlider.java83 model.getChangedEvent().removeListener(this);
84 model.getColorChangedEvent().removeListener(this);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DUnpackerImpl.java73 props.removeListener(listener);
H A DPropMap.java58 void removeListener(PropertyChangeListener listener) { method in class:PropMap
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsConfig.java325 AccelDeviceEventNotifier.removeListener(l);
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLGraphicsConfig.java474 AccelDeviceEventNotifier.removeListener(l);
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXGraphicsConfig.java449 AccelDeviceEventNotifier.removeListener(l);
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java492 AccelDeviceEventNotifier.removeListener(l);

Completed in 1651 milliseconds

12