[Previous] [Up] [Next]

NSTimer

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSTimer

NSTimer

Declared in: Foundation/NSTimer.h

Inherits from: NSObject

Conforms to: NSObject



scheduledTimerWithTimeInterval:invocation:

+ (NSTimer*) scheduledTimerWithTimeInterval: (NSTimeInterval)seconds invocation: (NSInvocation*)invocation

scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:

+ (NSTimer*) scheduledTimerWithTimeInterval: (NSTimeInterval)seconds target: (id)target selector: (SEL)aSelector userInfo: (id)userInfo repeats: (BOOL)repeats

timerWithTimeInterval:invocation:

+ (NSTimer*) timerWithTimeInterval: (NSTimeInterval)seconds invocation: (NSInvocation*)invocation

timerWithTimeInterval:target:selector:userInfo:repeats:

+ (NSTimer*) timerWithTimeInterval: (NSTimeInterval)seconds target: (id)target selector: (SEL)aSelector userInfo: (id)userInfo repeats: (BOOL)repeats

fire

- (void) fire

fireDate

- (NSDate*) fireDate

invalidate

- (void) invalidate

isValid

- (BOOL) isValid

timeInterval

- (NSTimeInterval) timeInterval

userInfo

- (id) userInfo