gnu.gnustep.base
Class NSRunLoop

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSRunLoop
All Implemented Interfaces:
java.lang.Cloneable

public class NSRunLoop
extends NSObject

This class wraps the Objective-C class NSRunLoop. It was automatically generated by JIGS WrapCreator.


Field Summary
static java.lang.String DefaultRunLoopMode
           
 
Constructor Summary
NSRunLoop()
          Wraps the Objective-C method init
 
Method Summary
 void acceptInputForMode(java.lang.String arg0, NSDate arg1)
          Wraps the Objective-C method acceptInputForMode:beforeDate:
 void addPortForMode(NSPort arg0, java.lang.String arg1)
          Wraps the Objective-C method addPort:forMode:
 void addTimerForMode(NSTimer arg0, java.lang.String arg1)
          Wraps the Objective-C method addTimer:forMode:
 void cancelPerformSelector(NSSelector arg0, java.lang.Object arg1, java.lang.Object arg2)
          Wraps the Objective-C method cancelPerformSelector:target:argument:
 void configureAsServer()
          Wraps the Objective-C method configureAsServer
 java.lang.String currentMode()
          Wraps the Objective-C method currentMode
static NSRunLoop currentRunLoop()
          Wraps the Objective-C method currentRunLoop
 NSDate limitDateForMode(java.lang.String arg0)
          Wraps the Objective-C method limitDateForMode:
 void performSelector(NSSelector arg0, java.lang.Object arg1, java.lang.Object arg2, long arg3, NSArray arg4)
          Wraps the Objective-C method performSelector:target:argument:order:modes:
 void removePortForMode(NSPort arg0, java.lang.String arg1)
          Wraps the Objective-C method removePort:forMode:
 void run()
          Wraps the Objective-C method run
 boolean runModeBeforeDate(java.lang.String arg0, NSDate arg1)
          Wraps the Objective-C method runMode:beforeDate:
 void runUntilDate(NSDate arg0)
          Wraps the Objective-C method runUntilDate:
 
Methods inherited from class gnu.gnustep.base.NSObject
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DefaultRunLoopMode

public static java.lang.String DefaultRunLoopMode
Constructor Detail

NSRunLoop

public NSRunLoop()
Wraps the Objective-C method init
Method Detail

currentRunLoop

public static NSRunLoop currentRunLoop()
Wraps the Objective-C method currentRunLoop

acceptInputForMode

public void acceptInputForMode(java.lang.String arg0,
                               NSDate arg1)
Wraps the Objective-C method acceptInputForMode:beforeDate:

addTimerForMode

public void addTimerForMode(NSTimer arg0,
                            java.lang.String arg1)
Wraps the Objective-C method addTimer:forMode:

currentMode

public java.lang.String currentMode()
Wraps the Objective-C method currentMode

limitDateForMode

public NSDate limitDateForMode(java.lang.String arg0)
Wraps the Objective-C method limitDateForMode:

run

public void run()
Wraps the Objective-C method run

runModeBeforeDate

public boolean runModeBeforeDate(java.lang.String arg0,
                                 NSDate arg1)
Wraps the Objective-C method runMode:beforeDate:

runUntilDate

public void runUntilDate(NSDate arg0)
Wraps the Objective-C method runUntilDate:

addPortForMode

public void addPortForMode(NSPort arg0,
                           java.lang.String arg1)
Wraps the Objective-C method addPort:forMode:

cancelPerformSelector

public void cancelPerformSelector(NSSelector arg0,
                                  java.lang.Object arg1,
                                  java.lang.Object arg2)
Wraps the Objective-C method cancelPerformSelector:target:argument:

configureAsServer

public void configureAsServer()
Wraps the Objective-C method configureAsServer

performSelector

public void performSelector(NSSelector arg0,
                            java.lang.Object arg1,
                            java.lang.Object arg2,
                            long arg3,
                            NSArray arg4)
Wraps the Objective-C method performSelector:target:argument:order:modes:

removePortForMode

public void removePortForMode(NSPort arg0,
                              java.lang.String arg1)
Wraps the Objective-C method removePort:forMode: