src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.h

Print this page

        

*** 36,46 **** - (void) finishLaunching; - (void) registerWithProcessManager; - (void) setDockIconWithEnv:(JNIEnv *)env; - (void) postDummyEvent; - (void) postRunnableEvent:(void (^)())block; ! - (void) waitForDummyEvent; + (void) runAWTLoopWithApp:(NSApplication*)app; @end --- 36,46 ---- - (void) finishLaunching; - (void) registerWithProcessManager; - (void) setDockIconWithEnv:(JNIEnv *)env; - (void) postDummyEvent; - (void) postRunnableEvent:(void (^)())block; ! - (void) waitForDummyEvent:(long long) timeout; + (void) runAWTLoopWithApp:(NSApplication*)app; @end