Searched refs:addListener (Results 1 - 25 of 60) sorted by relevance

123

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DFullScreenHandler.java48 ((FullScreenHandler)value).addListener(listener);
55 newHandler.addListener(listener);
89 void addListener(final FullScreenListener listener) { method in class:FullScreenHandler
H A D_AppEventHandler.java102 void addListener(final AppEventListener listener) { method in class:_AppEventHandler
103 if (listener instanceof AppReOpenedListener) reOpenAppDispatcher.addListener((AppReOpenedListener)listener);
104 if (listener instanceof AppForegroundListener) foregroundAppDispatcher.addListener((AppForegroundListener)listener);
105 if (listener instanceof AppHiddenListener) hiddenAppDispatcher.addListener((AppHiddenListener)listener);
106 if (listener instanceof UserSessionListener) userSessionDispatcher.addListener((UserSessionListener)listener);
107 if (listener instanceof ScreenSleepListener) screenSleepDispatcher.addListener((ScreenSleepListener)listener);
108 if (listener instanceof SystemSleepListener) systemSleepDispatcher.addListener((SystemSleepListener)listener);
437 synchronized void addListener(final L listener) { method in class:_AppEventHandler._AppEventMultiplexor
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DMonitorInfoImpl.java48 thread.addListener(this);
H A DClassLoaderReferenceImpl.java45 vm.state().addListener(this);
H A DThreadGroupReferenceImpl.java50 vm.state().addListener(this);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DEvent.java41 public void addListener(L l) { method in class:Event
/openjdk7/langtools/src/share/classes/com/sun/mirror/apt/
H A DAnnotationProcessorEnvironment.java171 void addListener(AnnotationProcessorListener listener); method in interface:AnnotationProcessorEnvironment
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramViewModel.java149 super.getChangedEvent().addListener(this);
154 groupChangedEvent.addListener(groupChangedListener);
157 filterChain.getChangedEvent().addListener(filterChainChangedListener);
158 sequenceFilterChain.getChangedEvent().addListener(filterChainChangedListener);
169 group.getChangedEvent().addListener(groupContentChangedListener);
269 sequenceFilterChain.getChangedEvent().addListener(filterChainChangedListener);
288 filterChain.getChangedEvent().addListener(filterChainChangedListener);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterNode.java63 filter.getChangedEvent().addListener(new ChangedListener<Filter>() {
76 FilterTopComponent.findInstance().getFilterSettingsChangedEvent().addListener(this);
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DNewMBeanListenerTest.java47 final NotificationListener addListener = new NotificationListener() {
77 mbs.addNotificationListener(delegateName, addListener, null, null);
/openjdk7/jdk/test/com/sun/jdi/
H A DNativeInstanceFilter.java90 addListener(adapter);
H A DVMDeathLastTest.java122 addListener(this);
H A DVMDeathRequestTest.java125 addListener(this);
H A DBreakpointTest.java141 addListener (this);
H A DFieldWatchpoints.java105 addListener (new TargetAdapter() {
H A DFilterMatch.java85 addListener(adapter);
H A DFilterNoMatch.java85 addListener(adapter);
H A DSuspendThreadTest.java134 addListener (this);
/openjdk7/langtools/test/tools/apt/Compile/
H A DRound4Apf.java83 env.addListener(this);
H A DRound1Apf.java95 env.addListener(this);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DStackTracePanel.java100 public void addListener(Listener listener) { method in class:StackTracePanel
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DNextDiagramAction.java88 this.model.getDiagramChangedEvent().addListener(this);
H A DPrevDiagramAction.java88 this.model.getDiagramChangedEvent().addListener(this);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DAccelDeviceEventNotifier.java109 public static final void addListener(AccelDeviceEventListener l,int screen){ method in class:AccelDeviceEventNotifier
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceNotifier.java62 void addListener(PrintServiceAttributeListener listener) { method in class:ServiceNotifier

Completed in 46 milliseconds

123