Uses of Class
com._1c.g5.v8.dt.lifecycle.ServiceState
-
Packages that use ServiceState Package Description com._1c.g5.v8.dt.lifecycle com._1c.g5.v8.dt.navigator.ui -
-
Uses of ServiceState in com._1c.g5.v8.dt.lifecycle
Methods in com._1c.g5.v8.dt.lifecycle that return ServiceState Modifier and Type Method Description static ServiceStateServiceState. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceState[]ServiceState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.lifecycle with parameters of type ServiceState Modifier and Type Method Description voidIServiceContextLifecycleListener. contextStateChanged(ILifecycleContext context, ServiceState state)Called right after the major state change of the given context. -
Uses of ServiceState in com._1c.g5.v8.dt.navigator.ui
Methods in com._1c.g5.v8.dt.navigator.ui with parameters of type ServiceState Modifier and Type Method Description voidNavigatorContentProvider. contextStateChanged(ILifecycleContext context, ServiceState state)
-