[Previous] [Up] [Next]

NSNotification

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSNotification

NSNotification

Declared in: Foundation/NSNotification.h

Inherits from: NSObject

Conforms to: NSCoding



notificationWithName:object:

+ (id) notificationWithName: (NSString*)aName object: (id)anObject

notificationWithName:object:userInfo:

+ (id) notificationWithName: (NSString*)aName object: (id)anObject userInfo: (NSDictionary*)userInfo

name

- (NSString*) name

object

- (id) object

userInfo

- (NSDictionary*) userInfo