00001 00002 @interface CPBinder : CPObject 00003 { 00004 CPDictionary _info; 00005 id _source; 00006 00007 JSObject _suppressedNotifications; 00008 } 00009 @end