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
 
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.