2000-02-28 16:30:00 +00:00
|
|
|
<?xml version="1.0"?>
|
2000-07-04 19:53:39 +00:00
|
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
|
|
|
|
<gsdoc base="NSNotificationCenter" prev="NSNotification" next="NSNotificationQueue" up="Base">
|
2000-02-28 16:30:00 +00:00
|
|
|
<head>
|
|
|
|
<title>NSNotificationCenter</title>
|
|
|
|
<author name="Richard Frith-Macdonald">
|
|
|
|
<email address="rfm@gnu.org"/>
|
|
|
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
|
|
|
</author>
|
2001-03-03 09:56:29 +00:00
|
|
|
<version>$Revision$>/version>
|
|
|
|
<date>$Date$</date>
|
2000-02-28 16:30:00 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<chapter>
|
|
|
|
<heading>NSNotificationCenter</heading>
|
|
|
|
<class name="NSNotificationCenter" super="NSObject">
|
|
|
|
<declared>Foundation/NSNotification.h</declared>
|
|
|
|
<conform>NSObject</conform>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
|
|
|
<method type="NSNotificationCenter*" factory="yes">
|
|
|
|
<sel>defaultCenter</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>addObserver:</sel>
|
|
|
|
<arg type="id">anObserver</arg>
|
|
|
|
<sel>selector:</sel>
|
|
|
|
<arg type="SEL">aSelector</arg>
|
|
|
|
<sel>name:</sel>
|
|
|
|
<arg type="NSString*">notificationName</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>postNotification:</sel>
|
|
|
|
<arg type="NSNotification*">notification</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>postNotificationName:</sel>
|
|
|
|
<arg type="NSString*">notificationName</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>postNotificationName:</sel>
|
|
|
|
<arg type="NSString*">notificationName</arg>
|
|
|
|
<sel>object:</sel>
|
|
|
|
<arg type="id">anObject</arg>
|
|
|
|
<sel>userInfo:</sel>
|
|
|
|
<arg type="NSDictionary*">userInfo</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>removeObserver:</sel>
|
|
|
|
<arg type="id">anObserver</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="void">
|
|
|
|
<sel>removeObserver:</sel>
|
|
|
|
<arg type="id">anObserver</arg>
|
|
|
|
<sel>name:</sel>
|
|
|
|
<arg type="NSString*">notificationName</arg>
|
|
|
|
<sel>object:</sel>
|
|
|
|
<arg type="id">anObject</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
</class>
|
|
|
|
</chapter>
|
|
|
|
</body>
|
|
|
|
</gsdoc>
|