Interface ComponentLifecycle

    • Method Detail

      • startupComponent

        void startupComponent​(VisionClientContext context)
        Called when the component is first shown.
      • shutdownComponent

        void shutdownComponent()
        Called when the component is now shown anymore. Any long-running processes should be stopped. All bindings will have also been shutdown.