API 0.9.5
Foundation/CPNotification.h
Go to the documentation of this file.
00001 
00002 @interface CPNotification : CPObject
00003 {
00004     CPString        _name;
00005     id              _object;
00006     CPDictionary    _userInfo;
00007 }
00008 @end
 All Classes Files Functions Variables Defines