mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
101 lines
4 KiB
HTML
101 lines
4 KiB
HTML
<html><head>
|
|
<title>NSDistributedNotificationCenter</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSDistributedLock.html">[Previous] </a>
|
|
<a href ="Base.html">[Up] </a>
|
|
<a href ="NSEnumerator.html">[Next] </a>
|
|
<h1>NSDistributedNotificationCenter</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">NSDistributedNotificationCenter</a></h2>
|
|
<h2><a name ="NSDistributedNotificationCenter">NSDistributedNotificationCenter</a></h2>
|
|
<p><b>Declared in: </b> Foundation/NSDistributedNotificationCenter.h</p>
|
|
<p><b>Inherits from: </b> NSNotificationCenter</p>
|
|
<p><b>Conforms to: </b> NSObject
|
|
</p>
|
|
<hr>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<ul>
|
|
<li ><a href ="NSDistributedNotificationCenter.html#method-0">+defaultCenter</a>
|
|
<li ><a href ="NSDistributedNotificationCenter.html#method-1">+notificationCenterForType:</a>
|
|
<li ><a href ="NSDistributedNotificationCenter.html#method-2">-addObserver:selector:name:</a>
|
|
<li ><a href ="NSDistributedNotificationCenter.html#method-3">-addObserver:selector:name:object:suspensionBehavior:</a>
|
|
<li ><a href ="NSDistributedNotificationCenter.html#method-4">-postNotification:</a>
|
|
<li ><a href ="NSDistributedNotificationCenter.html#method-5">-postNotificationName:</a>
|
|
<li ><a href ="NSDistributedNotificationCenter.html#method-6">-postNotificationName:object:userInfo:</a>
|
|
<li ><a href ="NSDistributedNotificationCenter.html#method-7">-postNotificationName:object:userInfo:deliverImmediately:</a>
|
|
<li ><a href ="NSDistributedNotificationCenter.html#method-8">-removeObserver:name:object:</a>
|
|
<li ><a href ="NSDistributedNotificationCenter.html#method-9">-setSuspended:</a>
|
|
<li ><a href ="NSDistributedNotificationCenter.html#method-10">-suspended</a>
|
|
</ul>
|
|
<hr><h2>Class Methods </h2>
|
|
<h3><a name ="method-0">defaultCenter</a></h3>
|
|
+ (NSNotificationCenter*) <b>defaultCenter</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">notificationCenterForType:</a></h3>
|
|
+ (NSDistributedNotificationCenter*) <b>notificationCenterForType:</b> (NSString*)type;<br>
|
|
|
|
|
|
<hr>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-2">addObserver:selector:name:</a></h3>
|
|
- (void) <b>addObserver:</b> (id)anObserver <b>selector:</b> (SEL)aSelector <b>name:</b> (NSString*)notificationName;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-3">addObserver:selector:name:object:suspensionBehavior:</a></h3>
|
|
- (void) <b>addObserver:</b> (id)anObserver <b>selector:</b> (SEL)aSelector <b>name:</b> (NSString*)notificationName <b>object:</b> (NSString*)anObject <b>suspensionBehavior:</b> (NSNotificationSuspensionBehavior)suspensionBehavior;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-4">postNotification:</a></h3>
|
|
- (void) <b>postNotification:</b> (NSNotification*)notification;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-5">postNotificationName:</a></h3>
|
|
- (void) <b>postNotificationName:</b> (NSString*)notificationName;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-6">postNotificationName:object:userInfo:</a></h3>
|
|
- (void) <b>postNotificationName:</b> (NSString*)notificationName <b>object:</b> (NSString*)anObject <b>userInfo:</b> (NSDictionary*)userInfo;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-7">postNotificationName:object:userInfo:deliverImmediately:</a></h3>
|
|
- (void) <b>postNotificationName:</b> (NSString*)notificationName <b>object:</b> (NSString*)anObject <b>userInfo:</b> (NSDictionary*)userInfo <b>deliverImmediately:</b> (BOOL)deliverImmediately;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-8">removeObserver:name:object:</a></h3>
|
|
- (void) <b>removeObserver:</b> (id)anObserver <b>name:</b> (NSString*)notificationName <b>object:</b> (NSString*)anObject;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-9">setSuspended:</a></h3>
|
|
- (void) <b>setSuspended:</b> (BOOL)suspended;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-10">suspended</a></h3>
|
|
- (BOOL) <b>suspended</b>;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|