[Previous] [Up] [Next]

NSDistributedNotificationCenter

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSDistributedNotificationCenter

NSDistributedNotificationCenter

Declared in: Foundation/NSDistributedNotificationCenter.h

Inherits from: NSNotificationCenter

Conforms to: NSObject


Instance Variables

Methods


Class Methods

defaultCenter

+ (NSNotificationCenter*) defaultCenter;

notificationCenterForType:

+ (NSDistributedNotificationCenter*) notificationCenterForType: (NSString*)type;


Instances Methods

addObserver:selector:name:

- (void) addObserver: (id)anObserver selector: (SEL)aSelector name: (NSString*)notificationName;

addObserver:selector:name:object:suspensionBehavior:

- (void) addObserver: (id)anObserver selector: (SEL)aSelector name: (NSString*)notificationName object: (NSString*)anObject suspensionBehavior: (NSNotificationSuspensionBehavior)suspensionBehavior;

postNotification:

- (void) postNotification: (NSNotification*)notification;

postNotificationName:

- (void) postNotificationName: (NSString*)notificationName;

postNotificationName:object:userInfo:

- (void) postNotificationName: (NSString*)notificationName object: (NSString*)anObject userInfo: (NSDictionary*)userInfo;

postNotificationName:object:userInfo:deliverImmediately:

- (void) postNotificationName: (NSString*)notificationName object: (NSString*)anObject userInfo: (NSDictionary*)userInfo deliverImmediately: (BOOL)deliverImmediately;

removeObserver:name:object:

- (void) removeObserver: (id)anObserver name: (NSString*)notificationName object: (NSString*)anObject;

setSuspended:

- (void) setSuspended: (BOOL)suspended;

suspended

- (BOOL) suspended;