Uses of Class
org.robovm.apple.foundation.NSTimer
| Package | Description |
|---|---|
| org.robovm.apple.coremedia | |
| org.robovm.apple.foundation |
-
Uses of NSTimer in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia with parameters of type NSTimer Modifier and Type Method Description voidCMTimebase. addTimer(NSTimer timer, NSRunLoop runloop)protected OSStatusCMTimebase. addTimer0(NSTimer timer, NSRunLoop runloop)voidCMTimebase. removeTimer(NSTimer timer)protected OSStatusCMTimebase. removeTimer0(NSTimer timer)voidCMTimebase. setTimerNextFireTime(NSTimer timer, CMTime fireTime)protected OSStatusCMTimebase. setTimerNextFireTime0(NSTimer timer, CMTime fireTime, int flags)voidCMTimebase. setTimerToFireImmediately(NSTimer timer)protected OSStatusCMTimebase. setTimerToFireImmediately0(NSTimer timer) -
Uses of NSTimer in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation with parameters of type NSTimer Modifier and Type Method Description voidNSRunLoop. addTimer(String mode, NSTimer timer)voidNSRunLoop. addTimer(NSRunLoopMode mode, NSTimer timer)Method parameters in org.robovm.apple.foundation with type arguments of type NSTimer Modifier and Type Method Description protected longNSTimer. init(NSDate date, double interval, boolean repeats, VoidBlock1<NSTimer> block)Constructor parameters in org.robovm.apple.foundation with type arguments of type NSTimer Constructor Description NSTimer(double interval, boolean repeats, VoidBlock1<NSTimer> block, boolean scheduled)NSTimer(double timeInterval, VoidBlock1<NSTimer> run, NSObject userInfo, boolean repeats)NSTimer(double timeInterval, VoidBlock1<NSTimer> run, NSObject userInfo, boolean repeats, boolean scheduled)NSTimer(NSDate date, double interval, boolean repeats, VoidBlock1<NSTimer> block)NSTimer(NSDate fireDate, double timeInterval, VoidBlock1<NSTimer> run, boolean repeats)