[Previous] [Up] [Next]

NSNotificationQueue

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSNotificationQueue

NSNotificationQueue

Declared in: Foundation/NSNotificationQueue.h

Inherits from: NSObject

Conforms to: NSObject



defaultQueue

+ (NSNotificationQueue*) defaultQueue

dequeueNotificationsMatching:

- (void) dequeueNotificationsMatching: (NSNotification*)notification

enqueueNotification:

- (void) enqueueNotification: (NSNotification*)notification

enqueueNotification:postingStyle:coalesceMask:

- (void) enqueueNotification: (NSNotification*)notification postingStyle: (NSPostingStyle)postingStyle coalesceMask: (unsigned int)coalesceMask

initWithNotificationCenter:

- (id) initWithNotificationCenter: (NSNotificationCenter*)notificationCenter