gnu.gnustep.base
Class NSTimer

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

public class NSTimer
extends NSObject

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


Constructor Summary
NSTimer()
          Wraps the Objective-C method init
 
Method Summary
 void fire()
          Wraps the Objective-C method fire
 NSDate fireDate()
          Wraps the Objective-C method fireDate
 void invalidate()
          Wraps the Objective-C method invalidate
 boolean isValid()
          Wraps the Objective-C method isValid
static NSTimer scheduledTimerWithTimeInterval(double arg0, java.lang.Object arg1, NSSelector arg2, java.lang.Object arg3, boolean arg4)
          Wraps the Objective-C method scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:
 double timeInterval()
          Wraps the Objective-C method timeInterval
static NSTimer timerWithTimeInterval(double arg0, java.lang.Object arg1, NSSelector arg2, java.lang.Object arg3, boolean arg4)
          Wraps the Objective-C method timerWithTimeInterval:target:selector:userInfo:repeats:
 NSDictionary userInfo()
          Wraps the Objective-C method userInfo
 
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
 

Constructor Detail

NSTimer

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

scheduledTimerWithTimeInterval

public static NSTimer scheduledTimerWithTimeInterval(double arg0,
                                                     java.lang.Object arg1,
                                                     NSSelector arg2,
                                                     java.lang.Object arg3,
                                                     boolean arg4)
Wraps the Objective-C method scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:

timerWithTimeInterval

public static NSTimer timerWithTimeInterval(double arg0,
                                            java.lang.Object arg1,
                                            NSSelector arg2,
                                            java.lang.Object arg3,
                                            boolean arg4)
Wraps the Objective-C method timerWithTimeInterval:target:selector:userInfo:repeats:

fire

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

invalidate

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

isValid

public boolean isValid()
Wraps the Objective-C method isValid

timeInterval

public double timeInterval()
Wraps the Objective-C method timeInterval

fireDate

public NSDate fireDate()
Wraps the Objective-C method fireDate

userInfo

public NSDictionary userInfo()
Wraps the Objective-C method userInfo