Interface TaskManagerObserver


  • public interface TaskManagerObserver
    An Observer which is used to subscribe to the NTaskTaskManager initialization completion event.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void update()
      Notifies all the Subscribers when the link NTaskTaskManager is successfully initialized.
    • Method Detail

      • update

        void update()
        Notifies all the Subscribers when the link NTaskTaskManager is successfully initialized.