org.rococoa.cocoa.foundation.categories
Interface NSRunLoopConveniences

All Known Implementing Classes:
NSRunLoop

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()
           
 void run()
           
 boolean runMode_beforeDate(NSString mode, NSDate limitDate)
           
 void runUntilDate(NSDate limitDate)
           
 

Method Detail

run

void run()

runUntilDate

void runUntilDate(NSDate limitDate)

runMode_beforeDate

boolean runMode_beforeDate(NSString mode,
                           NSDate limitDate)

configureAsServer

void configureAsServer()