|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSTimer
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 |
public NSTimer()
| Method Detail |
public static NSTimer scheduledTimerWithTimeInterval(double arg0,
java.lang.Object arg1,
NSSelector arg2,
java.lang.Object arg3,
boolean arg4)
public static NSTimer timerWithTimeInterval(double arg0,
java.lang.Object arg1,
NSSelector arg2,
java.lang.Object arg3,
boolean arg4)
public void fire()
public void invalidate()
public boolean isValid()
public double timeInterval()
public NSDate fireDate()
public NSDictionary userInfo()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||