00001 00002 @interface CPNotification : CPObject 00003 { 00004 CPString _name; 00005 id _object; 00006 CPDictionary _userInfo; 00007 } 00008 @end