All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Timer
NSTimer
.
[[NSTimer
alloc] init]
.
- fire
Objective-C instance method.
- fireDate
Objective-C instance method.
- invalidate
Objective-C instance method.
- isValid
Objective-C instance method.
+ scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:
Objective-C class method.
+ scheduledTimerWithTimeInterval:invocation:repeats:
Objective-C class method.
- timeInterval
Objective-C instance method.
+ timerWithTimeInterval:target:selector:userInfo:repeats:
Objective-C class method.
+ timerWithTimeInterval:invocation:repeats:
Objective-C class method.
- userInfo
Objective-C instance method.
protected Timer(boolean shouldAllocate, int objcObject)
public Timer()
[[NSTimer
alloc] init]
.
public static native Timer timerInvocation(double ti, Invocation invocation, boolean yesOrNo)
+ timerWithTimeInterval:invocation:repeats:
Objective-C class method.
public static native Timer scheduledTimerInvocation(double ti, Invocation invocation, boolean yesOrNo)
+ scheduledTimerWithTimeInterval:invocation:repeats:
Objective-C class method.
public static native Timer timer(double ti, Object aTarget, Selector aSelector, Object userInfo, boolean yesOrNo)
+ timerWithTimeInterval:target:selector:userInfo:repeats:
Objective-C class method.
public static native Timer scheduledTimer(double ti, Object aTarget, Selector aSelector, Object userInfo, boolean yesOrNo)
+ scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:
Objective-C class method.
public native void fire()
- fire
Objective-C instance method.
public native Date fireDate()
- fireDate
Objective-C instance method.
public native double timeInterval()
- timeInterval
Objective-C instance method.
public native void invalidate()
- invalidate
Objective-C instance method.
public native boolean isValid()
- isValid
Objective-C instance method.
public native Object userInfo()
- userInfo
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index