Class NSBundle.Notifications

  • Enclosing class:
    NSBundle

    public static class NSBundle.Notifications
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Notifications()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static NSObject observeDidLoad​(NSBundle object, org.robovm.objc.block.VoidBlock2<NSBundle,​java.util.List<java.lang.String>> block)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Notifications

        public Notifications()
    • Method Detail

      • observeDidLoad

        public static NSObject observeDidLoad​(NSBundle object,
                                              org.robovm.objc.block.VoidBlock2<NSBundle,​java.util.List<java.lang.String>> block)