Class NSThread.Notifications

  • Enclosing class:
    NSThread

    public static class NSThread.Notifications
    extends java.lang.Object
    • Constructor Detail

      • Notifications

        public Notifications()
    • Method Detail

      • observeWillBecomeMultiThreaded

        public static NSObject observeWillBecomeMultiThreaded​(java.lang.Runnable block)
      • observeDidBecomeSingleThreaded

        public static NSObject observeDidBecomeSingleThreaded​(java.lang.Runnable block)
      • observeWillExit

        public static NSObject observeWillExit​(NSThread object,
                                               org.robovm.objc.block.VoidBlock1<NSThread> block)