< prev index next >

src/java.desktop/macosx/classes/com/apple/eawt/ApplicationListener.java

Print this page

        

@@ -45,11 +45,11 @@
  * @see UserSessionListener
  * @see ScreenSleepListener
  * @see SystemSleepListener
  *
  * @since 1.4
- * @deprecated replaced by {@link AboutHandler}, {@link PreferencesHandler}, {@link AppReOpenedListener}, {@link OpenFilesHandler}, {@link PrintFilesHandler}, {@link QuitHandler}, {@link QuitResponse}
+ * @deprecated replaced by {@link AboutHandler}, {@link PreferencesHandler}, {@link AppReOpenedListener}, {@link OpenFilesHandler}, {@link PrintFilesHandler}, {@link QuitHandler}, {@link MacQuitResponse}
  */
 @SuppressWarnings("deprecation")
 @Deprecated
 public interface ApplicationListener extends EventListener {
     /**

@@ -132,11 +132,11 @@
      * to quit if the user has unsaved work. Reject the request, move into your code to save changes, then quit your
      * application. To accept the request to quit, and terminate the application, set <code>isHandled(true)</code> for the
      * <code>event</code>. To reject the quit, set <code>isHandled(false)</code>.
      *
      * @param event a Quit Application event
-     * @deprecated use {@link QuitHandler} and {@link QuitResponse}
+     * @deprecated use {@link QuitHandler} and {@link MacQuitResponse}
      */
     @Deprecated
     public void handleQuit(ApplicationEvent event);
 
     /**
< prev index next >