Uses of Enum Class
com._1c.g5.v8.dt.lifecycle.ServiceState
Packages that use ServiceState
Package
Description
- 
Uses of ServiceState in com._1c.g5.v8.dt.internal.cli.api.implMethods in com._1c.g5.v8.dt.internal.cli.api.impl with parameters of type ServiceStateModifier and TypeMethodDescriptionorg.eclipse.core.resources.IProjectServiceLifecycleSupport.waitForProjectContextState(org.eclipse.core.resources.IProject project, ServiceState state, IDtProjectManager dtProjectManager) Waits for DT project context service state.
- 
Uses of ServiceState in com._1c.g5.v8.dt.internal.search.uiMethods in com._1c.g5.v8.dt.internal.search.ui with parameters of type ServiceStateModifier and TypeMethodDescriptionvoidSearchResultUpdater.contextStateChanged(ILifecycleContext context, ServiceState state) 
- 
Uses of ServiceState in com._1c.g5.v8.dt.internal.xdto.bm.derivedMethods in com._1c.g5.v8.dt.internal.xdto.bm.derived with parameters of type ServiceStateModifier and TypeMethodDescriptionvoidXdtoMarkerRemover.contextStateChanged(ILifecycleContext context, ServiceState state) 
- 
Uses of ServiceState in com._1c.g5.v8.dt.lifecycleMethods in com._1c.g5.v8.dt.lifecycle that return ServiceStateModifier and TypeMethodDescriptionstatic ServiceStateReturns the enum constant of this class with the specified name.static ServiceState[]ServiceState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.lifecycle with parameters of type ServiceStateModifier and TypeMethodDescriptionvoidIServiceContextLifecycleListener.contextStateChanged(ILifecycleContext context, ServiceState state) Called right after the major state change of the given context.