libs-base/Documentation/gsdoc/NSNotification.html

61 lines
1.6 KiB
HTML
Raw Normal View History

<html><head>
<title>NSNotification</title>
</head>
<body>
<a href="NSMutableString.html">[Previous]</a>
<a href="Base.html">[Up]</a>
<a href="NSNotificationCenter.html">[Next]</a>
<h1>NSNotification</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">NSNotification</a></h2>
<h2><a name="NSNotification">NSNotification</a></h2>
<p><b>Declared in:</b> Foundation/NSNotification.h</p>
<p><b>Inherits from:</b> NSObject</p>
<p><b>Conforms to:</b> NSCoding
</p>
<hr>
<ul>
<li><a href="NSNotification.html#method-0">+notificationWithName:object:</a>
<li><a href="NSNotification.html#method-1">+notificationWithName:object:userInfo:</a>
<li><a href="NSNotification.html#method-2">-name</a>
<li><a href="NSNotification.html#method-3">-object</a>
<li><a href="NSNotification.html#method-4">-userInfo</a>
</ul>
<hr>
<h2><a name="method-0">notificationWithName:object:</a></h2>
+ (id) <b>notificationWithName:</b> (NSString*)aName <b>object:</b> (id)anObject<br>
<hr>
<h2><a name="method-1">notificationWithName:object:userInfo:</a></h2>
+ (id) <b>notificationWithName:</b> (NSString*)aName <b>object:</b> (id)anObject <b>userInfo:</b> (NSDictionary*)userInfo<br>
<hr>
<h2><a name="method-2">name</a></h2>
- (NSString*) <b>name</b><br>
<hr>
<h2><a name="method-3">object</a></h2>
- (id) <b>object</b><br>
<hr>
<h2><a name="method-4">userInfo</a></h2>
- (NSDictionary*) <b>userInfo</b><br>
<hr>
</body>
</html>