Up

NSNotificationQueue class reference

Authors

Mircea Oancea (mircea@jupiter.elcom.pub.ro)

Version: 1.19

Date: 2003/07/31 23:49:31

Copyright: (C) 1995, 1996 Ovidiu Predescu and Mircea Oancea.

Software documentation for the NSNotificationQueue class

NSNotificationQueue : NSObject

Declared in:
Foundation/NSNotificationQueue.h
Standards:

Description forthcoming.

Method summary

defaultQueue

+ (NSNotificationQueue*) defaultQueue;

Description forthcoming.


dequeueNotificationsMatching:coalesceMask:

- (void) dequeueNotificationsMatching: (NSNotification*)notification coalesceMask: (unsigned int)coalesceMask;

Description forthcoming.


enqueueNotification:postingStyle:

- (void) enqueueNotification: (NSNotification*)notification postingStyle: (NSPostingStyle)postingStyle;

Description forthcoming.


enqueueNotification:postingStyle:coalesceMask:forModes:

- (void) enqueueNotification: (NSNotification*)notification postingStyle: (NSPostingStyle)postingStyle coalesceMask: (unsigned int)coalesceMask forModes: (NSArray*)modes;

Description forthcoming.


initWithNotificationCenter:

- (id) initWithNotificationCenter: (NSNotificationCenter*)notificationCenter;

Description forthcoming.



Up