[Previous]
[Up]
[Next]
NSDistributedNotificationCenter
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSDistributedNotificationCenter.h
Inherits from: NSNotificationCenter
Conforms to: NSObject
Instance Variables
Methods
Class Methods
+ (NSNotificationCenter*) defaultCenter;
+ (NSDistributedNotificationCenter*) notificationCenterForType: (NSString*)type;
Instances Methods
- (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;