NSDistributedNotificationCenter Klassenreferenz

#import <NSDistributedNotificationCenter.h>

Abgeleitet von NSNotificationCenter.

Basisklasse für _NSLocalNotificationCenter.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - init
(void) - addObserver:selector:name:object:suspensionBehavior:
(void) - addObserver:selector:name:object:
(void) - removeObserver:name:object:
(void) - postNotificationName:object:userInfo:options:
(void) - postNotificationName:object:userInfo:deliverImmediately:
(void) - postNotification:
(void) - postNotificationName:object:
(void) - postNotificationName:object:userInfo:
(void) - setSuspended:
(BOOL) - suspended

Öffentliche, statische Methoden

(id) + defaultCenter
(id) + notificationCenterForType:

Ausführliche Beschreibung

Definiert in Zeile 9 der Datei NSDistributedNotificationCenter.h.


Dokumentation der Elementfunktionen

+ (id) defaultCenter  

Implementiert NSNotificationCenter.

+ (id) notificationCenterForType: (id)  fp8  

- (id) init  

Implementiert NSNotificationCenter.

- (void) addObserver: (id)  fp8
selector: (SEL)  fp12
name: (id)  fp16
object: (id)  fp20
suspensionBehavior: (unsigned int)  fp24 

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

Implementiert NSNotificationCenter.

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

Implementiert NSNotificationCenter.

- (void) postNotificationName: (id)  fp8
object: (id)  fp12
userInfo: (id)  fp16
options: (unsigned int)  fp20 

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

- (void) postNotification: (id)  fp8  

Implementiert NSNotificationCenter.

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

Implementiert NSNotificationCenter.

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

Implementiert NSNotificationCenter.

- (void) setSuspended: (BOOL)  fp8  

- (BOOL) suspended  


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