2000-03-05 17:39:33 +00:00
|
|
|
<html><head>
|
2000-09-22 13:45:58 +00:00
|
|
|
<title>NSNotificationQueue</title>
|
2000-03-05 17:39:33 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2000-09-22 13:45:58 +00:00
|
|
|
<a href ="NSNotificationCenter.html">[Previous]</a>
|
|
|
|
<a href ="Base.html">[Up]</a>
|
2000-10-21 07:43:57 +00:00
|
|
|
<a href ="NSNull.html">[Next]</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<h1>NSNotificationQueue</h1>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h3>Authors </h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<dd>
|
|
|
|
</dl>
|
|
|
|
<p>Version: 0.1</p>
|
|
|
|
<p>Date: 28 February, 2000</p>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2><a name ="cont-0">NSNotificationQueue</a></h2>
|
|
|
|
<h2><a name ="NSNotificationQueue">NSNotificationQueue</a></h2>
|
|
|
|
<p><b>Declared in: </b> Foundation/NSNotificationQueue.h</p>
|
|
|
|
<p><b>Inherits from: </b> NSObject</p>
|
|
|
|
<p><b>Conforms to: </b> NSObject
|
2000-03-05 17:39:33 +00:00
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2>Instance Variables </h2>
|
2000-09-15 19:56:39 +00:00
|
|
|
<ul>
|
|
|
|
</ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2>Methods </h2>
|
2000-03-05 17:39:33 +00:00
|
|
|
<ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<li><a href ="NSNotificationQueue.html#method-0">+defaultQueue</a>
|
|
|
|
<li><a href ="NSNotificationQueue.html#method-1">-dequeueNotificationsMatching:</a>
|
|
|
|
<li><a href ="NSNotificationQueue.html#method-2">-enqueueNotification:</a>
|
|
|
|
<li><a href ="NSNotificationQueue.html#method-3">-enqueueNotification:postingStyle:coalesceMask:</a>
|
|
|
|
<li><a href ="NSNotificationQueue.html#method-4">-initWithNotificationCenter:</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
</ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr><h2>Class Methods </h2>
|
|
|
|
<h3><a name ="method-0">defaultQueue</a></h3>
|
|
|
|
+ (NSNotificationQueue*) <b>defaultQueue</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<hr><h2>Instances Methods </h2>
|
|
|
|
<h3><a name ="method-1">dequeueNotificationsMatching:</a></h3>
|
|
|
|
- (void) <b>dequeueNotificationsMatching:</b> (NSNotification*)notification;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-2">enqueueNotification:</a></h3>
|
|
|
|
- (void) <b>enqueueNotification:</b> (NSNotification*)notification;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-3">enqueueNotification:postingStyle:coalesceMask:</a></h3>
|
|
|
|
- (void) <b>enqueueNotification:</b> (NSNotification*)notification <b>postingStyle:</b> (NSPostingStyle)postingStyle <b>coalesceMask:</b> (unsigned int)coalesceMask;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-4">initWithNotificationCenter:</a></h3>
|
|
|
|
- (id) <b>initWithNotificationCenter:</b> (NSNotificationCenter*)notificationCenter;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
2000-03-05 17:39:33 +00:00
|
|
|
</body>
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
</html>
|