[Previous]
[Up]
[Next]
NSNotificationQueue
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSNotificationQueue.h
Inherits from: NSObject
Conforms to: NSObject
+ (NSNotificationQueue*) defaultQueue
- (void) dequeueNotificationsMatching: (NSNotification*)notification
- (void) enqueueNotification: (NSNotification*)notification
- (void) enqueueNotification: (NSNotification*)notification postingStyle: (NSPostingStyle)postingStyle coalesceMask: (unsigned int)coalesceMask
- (id) initWithNotificationCenter: (NSNotificationCenter*)notificationCenter