< prev index next >

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

Print this page

        

*** 28,38 **** import java.util.EventObject; /** * The class of events sent to the deprecated ApplicationListener callbacks. * ! * @deprecated replaced by {@link AboutHandler}, {@link PreferencesHandler}, {@link AppReOpenedListener}, {@link OpenFilesHandler}, {@link PrintFilesHandler}, {@link QuitHandler}, {@link QuitResponse} * @since 1.4 */ @Deprecated @SuppressWarnings("serial") // JDK implementation class public class ApplicationEvent extends EventObject { --- 28,38 ---- import java.util.EventObject; /** * The class of events sent to the deprecated ApplicationListener callbacks. * ! * @deprecated replaced by {@link AboutHandler}, {@link PreferencesHandler}, {@link AppReOpenedListener}, {@link OpenFilesHandler}, {@link PrintFilesHandler}, {@link QuitHandler}, {@link MacQuitResponse} * @since 1.4 */ @Deprecated @SuppressWarnings("serial") // JDK implementation class public class ApplicationEvent extends EventObject {
< prev index next >