#import <NSNotification.h>
Abgeleitet von NSObject, < NSCopying > und < NSCoding >.
Basisklasse für NSConcreteNotification.
Ö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: |
Definiert in Zeile 12 der Datei NSNotification.h.
| + (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.