libs-base/Documentation/gsdoc/NSNotificationQueue.html
richard 3a6e1ca8b4 Put html files under CVS so people without the gsdoc converter can read them.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6182 72102866-910b-0410-8b05-ffd578937521
2000-03-05 17:39:33 +00:00

60 lines
1.9 KiB
HTML

<html><head>
<title>NSNotificationQueue</title>
</head>
<body>
<a href="NSNotificationCenter.html">[Previous]</a>
<a href="Foundation.html">[Up]</a>
<a href="NSNumber.html">[Next]</a>
<h1>NSNotificationQueue</h1>
<h3>Authors</h3>
<dl>
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: 0.1</p>
<p>Date: 28 February, 2000</p>
<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
</p>
<hr>
<ul>
<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>
</ul>
<hr>
<h2><a name="method-0">defaultQueue</a></h2>
+ (NSNotificationQueue*) <b>defaultQueue</b><br>
<hr>
<h2><a name="method-1">dequeueNotificationsMatching:</a></h2>
- (void) <b>dequeueNotificationsMatching:</b> (NSNotification*)notification<br>
<hr>
<h2><a name="method-2">enqueueNotification:</a></h2>
- (void) <b>enqueueNotification:</b> (NSNotification*)notification<br>
<hr>
<h2><a name="method-3">enqueueNotification:postingStyle:coalesceMask:</a></h2>
- (void) <b>enqueueNotification:</b> (NSNotification*)notification <b>postingStyle:</b> (NSPostingStyle)postingStyle <b>coalesceMask:</b> (unsigned int)coalesceMask<br>
<hr>
<h2><a name="method-4">initWithNotificationCenter:</a></h2>
- (id) <b>initWithNotificationCenter:</b> (NSNotificationCenter*)notificationCenter<br>
<hr>
</body>
</html>