CPObject_CPNotificationRegistry
@implementation _CPNotificationRegistry : CPObject
Mapping of Notification Name to listening object/selector.
Method Summary | |
---|---|
-(id) | init Initializes the receiver. |
-(void) | addObserver:(_CPNotificationObserver)anObserver object:(id)anObject |
-(unsigned) | count |
-(void) | postNotification:(CPNotification)aNotification |
-(void) | removeObserver:(id)anObserver object:(id)anObject |
Method Detail |
---|
-(id)init
-(void)addObserver:(_CPNotificationObserver)anObserver object:(id)anObject
anObserver
anObject
-(unsigned)count
-(void)postNotification:(CPNotification)aNotification
aNotification
-(void)removeObserver:(id)anObserver object:(id)anObject
anObserver
anObject
Created on Sat Sep 13 14:15:43 PDT 2008