[Previous]
[Up]
[Next]
NSNotificationCenter
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSNotification.h
Inherits from: NSObject
Conforms to: NSObject
Instance Variables
Methods
Class Methods
+ (NSNotificationCenter*) defaultCenter;
Instances Methods
- (void) addObserver: (id)anObserver selector: (SEL)aSelector name: (NSString*)notificationName;
- (void) postNotification: (NSNotification*)notification;
- (void) postNotificationName: (NSString*)notificationName;
- (void) postNotificationName: (NSString*)notificationName object: (id)anObject userInfo: (NSDictionary*)userInfo;
- (void) removeObserver: (id)anObserver;
- (void) removeObserver: (id)anObserver name: (NSString*)notificationName object: (id)anObject;