API  1.0.0
CPNotification.h
Go to the documentation of this file.
1 
2 @interface CPNotification : CPObject
3 {
4  CPString _name;
5  id _object;
6  CPDictionary _userInfo;
7 }
8 @end
A mutable key-value pair collection.
Definition: CPDictionary.h:2
An immutable string (collection of characters).
Definition: CPString.h:2
A notification that can be posted to a CPNotificationCenter.
Definition: CPNotification.h:2