[Previous]
[Up]
[Next]
NSDistributedNotificationCenter
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSDistributedNotificationCenter.h
Inherits from: NSNotificationCenter
Conforms to: NSObject
+ (NSNotificationCenter*) defaultCenter
+ (NSDistributedNotificationCenter*) notificationCenterForType: (NSString*)type
- (void) addObserver: (id)anObserver selector: (SEL)aSelector name: (NSString*)notificationName
- (void) addObserver: (id)anObserver selector: (SEL)aSelector name: (NSString*)notificationName object: (NSString*)anObject suspensionBehavior: (NSNotificationSuspensionBehavior)suspensionBehavior
- (void) postNotification: (NSNotification*)notification
- (void) postNotificationName: (NSString*)notificationName
- (void) postNotificationName: (NSString*)notificationName object: (NSString*)anObject userInfo: (NSDictionary*)userInfo
- (void) postNotificationName: (NSString*)notificationName object: (NSString*)anObject userInfo: (NSDictionary*)userInfo deliverImmediately: (BOOL)deliverImmediately
- (void) removeObserver: (id)anObserver name: (NSString*)notificationName object: (NSString*)anObject
- (void) setSuspended: (BOOL)suspended
- (BOOL) suspended