Interface IServiceContextLifecycleListener

  • All Known Implementing Classes:
    NavigatorContentProvider

    public interface IServiceContextLifecycleListener
    A listener used to receive notifications about service context lifecycle changed.
    Since:
    1.0.0
    • Method Detail

      • contextStateChanged

        void contextStateChanged​(ILifecycleContext context,
                                 ServiceState state)
        Called right after the major state change of the given context.
        Parameters:
        context - The context the state is changed for. Cannot be null
        state - The current state of the context on the moment of the notification. Cannot be null