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 SummaryModifier and TypeMethodDescriptionvoidparticipate(LifecyclePhase phase, ILifecycleContext context) Deprecated.Participates the lifecycle phase for the specified context.
- 
Method Details- 
participateDeprecated.Participates the lifecycle phase for the specified context.- Parameters:
- phase- the lifecycle phase, cannot be- null.
- context- the context object, cannot be- null.
 
 
- 
LifecycleServiceannotation.