API 0.9.5
Foundation/CPTimer.h
Go to the documentation of this file.
00001 
00002 @interface CPTimer : CPObject
00003 {
00004     CPTimeInterval      _timeInterval;
00005     CPInvocation        _invocation;
00006     Function            _callback;
00007 
00008     BOOL                _repeats;
00009     BOOL                _isValid;
00010     CPDate              _fireDate;
00011     id                  _userInfo;
00012 }
00013 @end
 All Classes Files Functions Variables Defines