[Previous]
[Up]
[Next]
NSTimer
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSTimer.h
Inherits from: NSObject
Conforms to: NSObject
+ (NSTimer*) scheduledTimerWithTimeInterval: (NSTimeInterval)seconds invocation: (NSInvocation*)invocation
+ (NSTimer*) scheduledTimerWithTimeInterval: (NSTimeInterval)seconds target: (id)target selector: (SEL)aSelector userInfo: (id)userInfo repeats: (BOOL)repeats
+ (NSTimer*) timerWithTimeInterval: (NSTimeInterval)seconds invocation: (NSInvocation*)invocation
+ (NSTimer*) timerWithTimeInterval: (NSTimeInterval)seconds target: (id)target selector: (SEL)aSelector userInfo: (id)userInfo repeats: (BOOL)repeats
- (void) fire
- (NSDate*) fireDate
- (void) invalidate
- (BOOL) isValid
- (NSTimeInterval) timeInterval
- (id) userInfo