|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSRunLoopConveniences
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static interface |
NSRunLoopConveniences._static_
|
Method Summary | |
---|---|
void |
configureAsServer()
Original signature : -(void)configureAsServer from NSRunLoopConveniences native declaration : NSRunLoop.h:48 |
void |
run()
Original signature : -(void)run from NSRunLoopConveniences native declaration : NSRunLoop.h:43 |
boolean |
runMode_beforeDate(NSString mode,
NSDate limitDate)
Original signature : -(BOOL)runMode:(NSString*) beforeDate:(NSDate*) from NSRunLoopConveniences native declaration : NSRunLoop.h:45 |
void |
runUntilDate(NSDate limitDate)
Original signature : -(void)runUntilDate:(NSDate*) from NSRunLoopConveniences native declaration : NSRunLoop.h:44 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
void run()
-(void)run
void runUntilDate(NSDate limitDate)
-(void)runUntilDate:(NSDate*)
boolean runMode_beforeDate(NSString mode, NSDate limitDate)
-(BOOL)runMode:(NSString*) beforeDate:(NSDate*)
void configureAsServer()
-(void)configureAsServer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |