Uses of Class
org.robovm.apple.corefoundation.CFRunLoopTimer
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFRunLoopTimer in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFRunLoopTimer Modifier and Type Method Description static CFRunLoopTimerCFRunLoopTimer. create(double fireDate, double interval, long flags, long order, VoidBlock1<CFRunLoopTimer> block)static CFRunLoopTimerCFRunLoopTimer. create(CFAllocator allocator, double fireDate, double interval, long flags, long order, VoidBlock1<CFRunLoopTimer> block)Methods in org.robovm.apple.corefoundation with parameters of type CFRunLoopTimer Modifier and Type Method Description voidCFRunLoop. addTimer(CFRunLoopTimer timer, String mode)voidCFRunLoop. addTimer(CFRunLoopTimer timer, CFRunLoopMode mode)booleanCFRunLoop. containsTimer(CFRunLoopTimer timer, String mode)booleanCFRunLoop. containsTimer(CFRunLoopTimer timer, CFRunLoopMode mode)voidCFRunLoop. removeTimer(CFRunLoopTimer timer, String mode)voidCFRunLoop. removeTimer(CFRunLoopTimer timer, CFRunLoopMode mode)Method parameters in org.robovm.apple.corefoundation with type arguments of type CFRunLoopTimer Modifier and Type Method Description static CFRunLoopTimerCFRunLoopTimer. create(double fireDate, double interval, long flags, long order, VoidBlock1<CFRunLoopTimer> block)static CFRunLoopTimerCFRunLoopTimer. create(CFAllocator allocator, double fireDate, double interval, long flags, long order, VoidBlock1<CFRunLoopTimer> block)