jdk/src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.h
changeset 32293 269494f7adec
parent 31654 9f95289d9553
child 33653 c1ee09fe3274
equal deleted inserted replaced
32292:193f19028af5 32293:269494f7adec
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    34 }
    34 }
    35 
    35 
    36 - (void) finishLaunching;
    36 - (void) finishLaunching;
    37 - (void) registerWithProcessManager;
    37 - (void) registerWithProcessManager;
    38 - (void) setDockIconWithEnv:(JNIEnv *)env;
    38 - (void) setDockIconWithEnv:(JNIEnv *)env;
    39 - (void) postDummyEvent;
    39 - (void) postDummyEvent:(bool) useCocoa;
    40 - (void) postRunnableEvent:(void (^)())block;
    40 - (void) postRunnableEvent:(void (^)())block;
    41 - (void) waitForDummyEvent:(long long) timeout;
    41 - (void) waitForDummyEvent:(double) timeout;
    42 
    42 
    43 + (void) runAWTLoopWithApp:(NSApplication*)app;
    43 + (void) runAWTLoopWithApp:(NSApplication*)app;
    44 
    44 
    45 @end
    45 @end
    46 
    46