Package com._1c.g5.v8.dt.lifecycle
Interface ILifecyclePhaseAwareService
- All Known Implementing Classes:
V8ProjectManager
Deprecated.
The lifecycle phase aware service.
- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
participate
(LifecyclePhase phase, ILifecycleContext context) Deprecated.Participates the lifecycle phase for the specified context.
-
Method Details
-
participate
Deprecated.Participates the lifecycle phase for the specified context.- Parameters:
phase
- the lifecycle phase, cannot benull
.context
- the context object, cannot benull
.
-
LifecycleService
annotation.