Package com._1c.g5.v8.dt.lifecycle
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 Summary
Modifier and TypeMethodDescriptionvoid
contextStateChanged
(ILifecycleContext context, ServiceState state) Called right after the major state change of the given context.
-
Method Details
-
contextStateChanged
Called right after the major state change of the given context.- Parameters:
context
- The context the state is changed for. Cannot benull
state
- The current state of the context on the moment of the notification. Cannot benull
-