#import <NSNotificationCenter.h>
Abgeleitet von NSObject.
Basisklasse für MessageNotificationCenter und NSDistributedNotificationCenter.
Ö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] |
Definiert in Zeile 9 der Datei NSNotificationCenter.h.
| + (id) defaultCenter |
Implementiert in NSDistributedNotificationCenter.
| + (void) setNotificationCenterSerializeRemoves: | (BOOL) | fp8 |
| - (id) init |
Implementiert in NSDistributedNotificationCenter.
| - (void) dealloc |
| - (void) finalize |
Implementiert NSObject.
| - (id) description |
| - (void) addObserver: | (id) | fp8 | ||
| selector: | (SEL) | fp12 | ||
| name: | (id) | fp16 | ||
| object: | (id) | fp20 | ||
Implementiert in NSDistributedNotificationCenter und MessageNotificationCenter.
| - (void) removeObserver: | (id) | fp8 |
| - (void) removeObserver: | (id) | fp8 | ||
| name: | (id) | fp12 | ||
| object: | (id) | fp16 | ||
Implementiert in NSDistributedNotificationCenter und MessageNotificationCenter.
| - (void) postNotification: | (id) | fp8 |
Implementiert in NSDistributedNotificationCenter und MessageNotificationCenter.
| - (void) postNotificationName: | (id) | fp8 | ||
| object: | (id) | fp12 | ||
Implementiert in NSDistributedNotificationCenter.
| - (void) postNotificationName: | (id) | fp8 | ||
| object: | (id) | fp12 | ||
| userInfo: | (id) | fp16 | ||
Implementiert in NSDistributedNotificationCenter und MessageNotificationCenter.
| - (BOOL) isEmpty |
- (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.