[Previous] [Up] [Next]

NSTimer

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSTimer

NSTimer

Declared in: Foundation/NSTimer.h

Inherits from: NSObject

Conforms to: NSObject


Instance Variables

Methods


Class Methods

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;


Instances Methods

fire

- (void) fire;

fireDate

- (NSDate*) fireDate;

invalidate

- (void) invalidate;

isValid

- (BOOL) isValid;

timeInterval

- (NSTimeInterval) timeInterval;

userInfo

- (id) userInfo;