Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPTimer.h
Go to the documentation of this file.
1 
2 @interface CPTimer : CPObject
3 {
4  CPTimeInterval _timeInterval;
5  CPInvocation _invocation;
6  Function _callback;
7 
8  BOOL _repeats;
9  BOOL _isValid;
10  CPDate _fireDate;
11  id _userInfo;
12 }
13 @end