[Previous] [Up] [Next]

NSDistributedNotificationCenter

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSDistributedNotificationCenter

NSDistributedNotificationCenter

Declared in: Foundation/NSDistributedNotificationCenter.h

Inherits from: NSNotificationCenter

Conforms to: NSObject



defaultCenter

+ (NSNotificationCenter*) defaultCenter

notificationCenterForType:

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

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