mccallum@gnu.ai.mit.edu
)rfm@gnu.org
)richard@brainstorm.co.uk
)Version: 1.23
Date: 2003/06/07 01:24:41
Copyright: (C) 1996,1999 Free Software Foundation, Inc.
- Declared in:
- Foundation/NSNotification.h
- Conforms to:
- NSCopying
- NSCoding
Standards:
- MacOS-X
- OpenStep
- GNUstep
Description forthcoming.
Method summary
Create a new autoreleased notification by calling
+notificationWithName:object:userInfo:
with a nil
user info argument.
Create a new autoreleased notification. Concrete subclasses override this method to create actual notification objects.
Concrete subclasses of NSNotification are responsible for implementing this method to return the notification name.
Concrete subclasses of NSNotification are responsible for implementing this method to return the notification object.
Concrete subclasses of NSNotification are responsible for implementing this method to return the notification user information.
- Declared in:
- Foundation/NSNotification.h
- Conforms to:
- GCFinalization
Standards:
- MacOS-X
- OpenStep
- GNUstep
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Posts notification to all the observers
that match its NAME and OBJECT.
The GNUstep
implementation calls
-postNotificationName:object:userInfo:
to perform the actual posting.
Creates and posts a notification using the
-postNotificationName:object:userInfo:
passing a nil
user info argument.
The preferred method for posting a notification.
For performance reasons, we don't wrap an exception
handler round every message sent to an observer.
This means that, if one observer raises an exception,
later observers in the lists will not get the
notification.
Description forthcoming.
Description forthcoming.
- Declared in:
- Foundation/NSNotification.h
Standards:
- NotOpenStep
- NotMacOS-X
- GNUstep
Description forthcoming.
Method summaryDescription forthcoming.
Description forthcoming.