[Previous]
[Up]
[Next]
NSNotificationQueue
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSNotificationQueue.h
Inherits from: NSObject
Conforms to: NSObject
Instance Variables
Methods
Class Methods
+ (NSNotificationQueue*) defaultQueue;
Instances Methods
- (void) dequeueNotificationsMatching: (NSNotification*)notification;
- (void) enqueueNotification: (NSNotification*)notification;
- (void) enqueueNotification: (NSNotification*)notification postingStyle: (NSPostingStyle)postingStyle coalesceMask: (unsigned int)coalesceMask;
- (id) initWithNotificationCenter: (NSNotificationCenter*)notificationCenter;