Interface SuperModelProvider


  • public interface SuperModelProvider
    • Method Detail

      • registerListener

        void registerListener​(SuperModelListener listener)
        Synchronously call listener.applicationActivated() on all active applications, and register the listener for future changes to the super model. WARNING: The listener may be called asynchronously before the method returns.