[Previous]
[Up]
[Next]
NSNotificationCenter
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSNotification.h
Inherits from: NSObject
Conforms to: NSObject
+ (NSNotificationCenter*) defaultCenter
- (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