NSNotification Klassenreferenz

#import <NSNotification.h>

Abgeleitet von NSObject, < NSCopying > und < NSCoding >.

Basisklasse für NSConcreteNotification.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - name
(id) - object
(id) - userInfo
(id) - description
(unsigned int) - hash
(BOOL) - isEqual:
(id) - copyWithZone:
(void) - encodeWithCoder:
(id) - initWithCoder:
(Class) - classForCoder
(id) - init
(id) - initWithName:object:userInfo:

Öffentliche, statische Methoden

(id) + allocWithZone:
(id) + notificationWithName:object:
(id) + notificationWithName:object:userInfo:

Ausführliche Beschreibung

Definiert in Zeile 12 der Datei NSNotification.h.


Dokumentation der Elementfunktionen

+ (id) allocWithZone: (struct _NSZone *)  fp8  

+ (id) notificationWithName: (id)  fp8
object: (id)  fp12 

+ (id) notificationWithName: (id)  fp8
object: (id)  fp12
userInfo: (id)  fp16 

- (id) name  

Implementiert in NSConcreteNotification.

- (id) object  

Implementiert in NSConcreteNotification.

- (id) userInfo  

Implementiert in NSConcreteNotification.

- (id) description  

- (unsigned int) hash  

Implementiert NSObject.

- (BOOL) isEqual: (id)  fp8  

Implementiert NSObject.

- (id) copyWithZone: (struct _NSZone *)  fp8  

Erneute Implementation von < NSCopying >.

- (void) encodeWithCoder: (id)  fp8  

Erneute Implementation von < NSCoding >.

- (id) initWithCoder: (id)  fp8  

Erneute Implementation von < NSCoding >.

- (Class) classForCoder  

- (id) init  

- (id) initWithName: (id)  fp8
object: (id)  fp12
userInfo: (id)  fp16 

Implementiert in NSConcreteNotification.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: