< prev index next >

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

Print this page

        

*** 45,55 **** * @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} */ @SuppressWarnings("deprecation") @Deprecated public interface ApplicationListener extends EventListener { /** --- 45,55 ---- * @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 MacQuitResponse} */ @SuppressWarnings("deprecation") @Deprecated public interface ApplicationListener extends EventListener { /**
*** 132,142 **** * 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 public void handleQuit(ApplicationEvent event); /** --- 132,142 ---- * 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 MacQuitResponse} */ @Deprecated public void handleQuit(ApplicationEvent event); /**
< prev index next >