org.rococoa.cocoa.foundation.categories
Interface NSRunLoopConveniences

All Superinterfaces:
ObjCObject

public interface NSRunLoopConveniences
extends ObjCObject

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

run

void run()
Original signature : -(void)run
from NSRunLoopConveniences native declaration : NSRunLoop.h:43


runUntilDate

void runUntilDate(NSDate limitDate)
Original signature : -(void)runUntilDate:(NSDate*)
from NSRunLoopConveniences native declaration : NSRunLoop.h:44


runMode_beforeDate

boolean runMode_beforeDate(NSString mode,
                           NSDate limitDate)
Original signature : -(BOOL)runMode:(NSString*) beforeDate:(NSDate*)
from NSRunLoopConveniences native declaration : NSRunLoop.h:45


configureAsServer

void configureAsServer()
Original signature : -(void)configureAsServer
from NSRunLoopConveniences native declaration : NSRunLoop.h:48



Copyright © 2009. All Rights Reserved.