org.rococoa.cocoa.foundation
Interface FoundationLibrary.NSNotificationSuspensionBehavior

Enclosing interface:
FoundationLibrary

public static interface FoundationLibrary.NSNotificationSuspensionBehavior

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


Field Summary
static int NSNotificationSuspensionBehaviorCoalesce
           
static int NSNotificationSuspensionBehaviorDeliverImmediately
           
static int NSNotificationSuspensionBehaviorDrop
           
static int NSNotificationSuspensionBehaviorHold
           
 

Field Detail

NSNotificationSuspensionBehaviorDrop

static final int NSNotificationSuspensionBehaviorDrop
See Also:
Constant Field Values

NSNotificationSuspensionBehaviorCoalesce

static final int NSNotificationSuspensionBehaviorCoalesce
See Also:
Constant Field Values

NSNotificationSuspensionBehaviorHold

static final int NSNotificationSuspensionBehaviorHold
See Also:
Constant Field Values

NSNotificationSuspensionBehaviorDeliverImmediately

static final int NSNotificationSuspensionBehaviorDeliverImmediately
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.