Up
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.
- Declared in:
- Foundation/NSNotificationQueue.h
Standards:
Description forthcoming.
Instance Variables for NSNotificationQueue Class
@private struct _NSNotificationQueueList* _asapQueue;
Description forthcoming.
@private NSNotificationCenter* _center;
Description forthcoming.
@private struct _NSNotificationQueueList* _idleQueue;
Description forthcoming.
@private NSZone* _zone;
Description forthcoming.
Method summary
+ (NSNotificationQueue*) defaultQueue;
Description forthcoming.
- (void) dequeueNotificationsMatching: (NSNotification*)notification coalesceMask: (unsigned int)coalesceMask;
Description forthcoming.
- (void) enqueueNotification: (NSNotification*)notification postingStyle: (NSPostingStyle)postingStyle;
Description forthcoming.
- (void) enqueueNotification: (NSNotification*)notification postingStyle: (NSPostingStyle)postingStyle coalesceMask: (unsigned int)coalesceMask forModes: (NSArray*)modes;
Description forthcoming.
- (id) initWithNotificationCenter: (NSNotificationCenter*)notificationCenter;
Description forthcoming.
Up