[Previous] [Up] [Next]

NSRunLoop

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSRunLoop

NSRunLoop

Declared in: Foundation/NSRunLoop.h

Inherits from: NSObject

Conforms to: NSObject



currentRunLoop

+ (NSRunLoop*) currentRunLoop

acceptInputForMode:beforeDate:

- (void) acceptInputForMode: (NSString*)mode beforeDate: (NSDate*)limitDate

addPort:forMode:

- (void) addPort: (NSPort*)aPort forMode: (NSString*)mode

addTimer:forMode:

- (void) addTimer: (NSTimer*)aTimer forMode: (NSString*)mode

cancelPerformSelector:target:argument:

- (void) cancelPerformSelector: (SEL)aSelector target: (id)target argument: (id)anArgument

configureAsServer

- (void) configureAsServer

currentMode

- (NSString*) currentMode

limitDateForMode:

- (NSDate*) limitDateForMode: (NSString*)mode

performSelector:target:argument:order:modes:

- (void) performSelector: (SEL)aSelector target: (id)target argument: (id)anArgument order: (unsigned int)order modes: (NSArray*)modes

removePort:forMode:

- (void) removePort: (NSPort*)aPort forMode: (NSString*)mode

run

- (void) run

runMode:beforeDate:

- (BOOL) runMode: (NSString*)mode beforeDate: (NSDate*)limitDate

runUntilDate:

- (void) runUntilDate: (NSDate*)limitDate