jdk/src/java.desktop/macosx/classes/com/apple/eawt/_AppEventHandler.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
child 36903 addc2e9d4bd4
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    60 
    60 
    61     private static native void nativeOpenCocoaAboutWindow();
    61     private static native void nativeOpenCocoaAboutWindow();
    62     private static native void nativeReplyToAppShouldTerminate(final boolean shouldTerminate);
    62     private static native void nativeReplyToAppShouldTerminate(final boolean shouldTerminate);
    63     private static native void nativeRegisterForNotification(final int notification);
    63     private static native void nativeRegisterForNotification(final int notification);
    64 
    64 
    65     final static _AppEventHandler instance = new _AppEventHandler();
    65     static final _AppEventHandler instance = new _AppEventHandler();
    66     static _AppEventHandler getInstance() {
    66     static _AppEventHandler getInstance() {
    67         return instance;
    67         return instance;
    68     }
    68     }
    69 
    69 
    70     // single shot dispatchers (some queuing, others not)
    70     // single shot dispatchers (some queuing, others not)