libs-base/Documentation/gsdoc/NSDistributedNotificationCenter.gsdoc
CaS 8f6392e943 Fixed typo in last mod
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9280 72102866-910b-0410-8b05-ffd578937521
2001-03-03 09:58:53 +00:00

114 lines
3.7 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
<gsdoc base="NSDistributedNotificationCenter" prev="NSDistributedLock" next="NSEnumerator" up="Base">
<head>
<title>NSDistributedNotificationCenter</title>
<author name="Richard Frith-Macdonald">
<email address="rfm@gnu.org"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
</author>
<version>$Revision$</version>
<date>$Date$</date>
</head>
<body>
<chapter>
<heading>NSDistributedNotificationCenter</heading>
<class name="NSDistributedNotificationCenter" super="NSNotificationCenter">
<declared>Foundation/NSDistributedNotificationCenter.h</declared>
<conform>NSObject</conform>
<desc>
</desc>
<method type="NSNotificationCenter*" factory="yes">
<sel>defaultCenter</sel>
<desc>
</desc>
</method>
<method type="NSDistributedNotificationCenter*" factory="yes">
<sel>notificationCenterForType:</sel>
<arg type="NSString*">type</arg>
<desc>
</desc>
</method>
<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>
</method>
<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>
<sel>object:</sel>
<arg type="NSString*">anObject</arg>
<sel>suspensionBehavior:</sel>
<arg type="NSNotificationSuspensionBehavior">suspensionBehavior</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>postNotification:</sel>
<arg type="NSNotification*">notification</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>postNotificationName:</sel>
<arg type="NSString*">notificationName</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>postNotificationName:</sel>
<arg type="NSString*">notificationName</arg>
<sel>object:</sel>
<arg type="NSString*">anObject</arg>
<sel>userInfo:</sel>
<arg type="NSDictionary*">userInfo</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>postNotificationName:</sel>
<arg type="NSString*">notificationName</arg>
<sel>object:</sel>
<arg type="NSString*">anObject</arg>
<sel>userInfo:</sel>
<arg type="NSDictionary*">userInfo</arg>
<sel>deliverImmediately:</sel>
<arg type="BOOL">deliverImmediately</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>removeObserver:</sel>
<arg type="id">anObserver</arg>
<sel>name:</sel>
<arg type="NSString*">notificationName</arg>
<sel>object:</sel>
<arg type="NSString*">anObject</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>setSuspended:</sel>
<arg type="BOOL">suspended</arg>
<desc>
</desc>
</method>
<method type="BOOL">
<sel>suspended</sel>
<desc>
</desc>
</method>
</class>
</chapter>
</body>
</gsdoc>