[Previous] [Up] [Next]

NSRunLoop

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSRunLoop

NSRunLoop

Declared in: Foundation/NSRunLoop.h

Inherits from: NSObject

Conforms to: NSObject


Instance Variables

Methods


Class Methods

currentRunLoop

+ (NSRunLoop*) currentRunLoop;


Instances Methods

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;