Interface IServiceContextLifecycleListener

All Known Implementing Classes:
NavigatorContentProvider, SearchResultUpdater, XdtoMarkerRemover

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

    • 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