Uses of Class
org.robovm.apple.foundation.NSThread
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSThread in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSThread Modifier and Type Method Description static NSThreadNSThread. getCurrentThread()static NSThreadNSThread. getMainThread()Methods in org.robovm.apple.foundation with parameters of type NSThread Modifier and Type Method Description static NSObjectProtocolNSThread.Notifications. observeWillExit(NSThread object, VoidBlock1<NSThread> block)voidNSObject. performSelector(Selector aSelector, NSThread thr, NSObject arg, boolean wait)voidNSObject. performSelector(Selector aSelector, NSThread thr, NSObject arg, boolean wait, NSArray<NSString> array)Method parameters in org.robovm.apple.foundation with type arguments of type NSThread Modifier and Type Method Description static NSObjectProtocolNSThread.Notifications. observeWillExit(NSThread object, VoidBlock1<NSThread> block)