NSNotificationCenter Klassenreferenz

#import <NSNotificationCenter.h>

Abgeleitet von NSObject.

Basisklasse für MessageNotificationCenter und NSDistributedNotificationCenter.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - init
(void) - dealloc
(void) - finalize
(id) - description
(void) - addObserver:selector:name:object:
(void) - removeObserver:
(void) - removeObserver:name:object:
(void) - postNotification:
(void) - postNotificationName:object:
(void) - postNotificationName:object:userInfo:
(BOOL) - isEmpty

Öffentliche, statische Methoden

(id) + defaultCenter
(void) + setNotificationCenterSerializeRemoves:

Geschützte Attribute

void * _impl
unsigned int _counter
void * _pad [11]

Ausführliche Beschreibung

Definiert in Zeile 9 der Datei NSNotificationCenter.h.


Dokumentation der Elementfunktionen

+ (id) defaultCenter  

+ (void) setNotificationCenterSerializeRemoves: (BOOL)  fp8  

- (id) init  

- (void) dealloc  

Implementiert NSObject.

Implementiert in MessageNotificationCenter.

- (void) finalize  

Implementiert NSObject.

- (id) description  

- (void) addObserver: (id)  fp8
selector: (SEL)  fp12
name: (id)  fp16
object: (id)  fp20 

- (void) removeObserver: (id)  fp8  

- (void) removeObserver: (id)  fp8
name: (id)  fp12
object: (id)  fp16 

- (void) postNotification: (id)  fp8  

- (void) postNotificationName: (id)  fp8
object: (id)  fp12 

- (void) postNotificationName: (id)  fp8
object: (id)  fp12
userInfo: (id)  fp16 

- (BOOL) isEmpty  


Dokumentation der Datenelemente

- (void*) _impl [protected]

Definiert in Zeile 11 der Datei NSNotificationCenter.h.

- (unsigned int) _counter [protected]

Definiert in Zeile 12 der Datei NSNotificationCenter.h.

- (void* _pad[11]) [protected]

Definiert in Zeile 13 der Datei NSNotificationCenter.h.


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