API  1.0.0
CPNotificationQueue.h
Go to the documentation of this file.
1 
3 {
4  BOOL _runLoopLaunched;
5  CPMutableArray _postNowNotifications;
6  CPMutableArray _postIdleNotifications;
7  CPMutableArray _postASAPNotifications;
8  CPNotificationCenter _notificationCenter;
9 }
10 @end
CPNotificationQueue objects act as buffers for notification centers (instances of CPNotificationCente...
Sends messages (CPNotification) between objects.