libs-base/Documentation/gsdoc/NSNotificationQueue.html
CaS 0a86bba7b0 Documentation regeneration and XML parsing fixes/updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
2001-04-25 14:19:57 +00:00

65 lines
2.1 KiB
HTML

<html><head>
<title>NSNotificationQueue</title>
</head>
<body>
<a href ="NSNotificationCenter.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSNull.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: $Revision$</p>
<p>Date: $Date$</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>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<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>Class Methods </h2>
<h3><a name ="method-0">defaultQueue</a></h3>
+ (NSNotificationQueue*) <b>defaultQueue</b>;<br>
<hr>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-1">dequeueNotificationsMatching:</a></h3>
- (void) <b>dequeueNotificationsMatching:</b> (NSNotification*)notification;<br>
<hr>
<h3><a name ="method-2">enqueueNotification:</a></h3>
- (void) <b>enqueueNotification:</b> (NSNotification*)notification;<br>
<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>
<hr>
<h3><a name ="method-4">initWithNotificationCenter:</a></h3>
- (id) <b>initWithNotificationCenter:</b> (NSNotificationCenter*)notificationCenter;<br>
<hr>
</body>
</html>