org.rococoa.cocoa.foundation
Interface FoundationLibrary.NSPostingStyle

Enclosing interface:
FoundationLibrary

public static interface FoundationLibrary.NSPostingStyle

native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h
enum values


Field Summary
static int NSPostASAP
           
static int NSPostNow
           
static int NSPostWhenIdle
           
 

Field Detail

NSPostWhenIdle

static final int NSPostWhenIdle
See Also:
Constant Field Values

NSPostASAP

static final int NSPostASAP
See Also:
Constant Field Values

NSPostNow

static final int NSPostNow
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.