[Previous] [Up] [Next]

NSNotificationQueue

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSNotificationQueue

NSNotificationQueue

Declared in: Foundation/NSNotificationQueue.h

Inherits from: NSObject

Conforms to: NSObject


Instance Variables

Methods


Class Methods

defaultQueue

+ (NSNotificationQueue*) defaultQueue;


Instances Methods

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;