mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 10:40:50 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
65 lines
1.8 KiB
HTML
65 lines
1.8 KiB
HTML
<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: $Revision$</p>
|
|
<p>Date: $Date$</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>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<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>Class Methods </h2>
|
|
<h3><a name ="method-0">notificationWithName:object:</a></h3>
|
|
+ (id) <b>notificationWithName:</b> (NSString*)aName <b>object:</b> (id)anObject;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">notificationWithName:object:userInfo:</a></h3>
|
|
+ (id) <b>notificationWithName:</b> (NSString*)aName <b>object:</b> (id)anObject <b>userInfo:</b> (NSDictionary*)userInfo;<br>
|
|
|
|
|
|
<hr>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-2">name</a></h3>
|
|
- (NSString*) <b>name</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-3">object</a></h3>
|
|
- (id) <b>object</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-4">userInfo</a></h3>
|
|
- (NSDictionary*) <b>userInfo</b>;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|