org.rococoa.cocoa.foundation
Interface FoundationLibrary.NSPostingStyle

Enclosing interface:
FoundationLibrary

public static interface FoundationLibrary.NSPostingStyle


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