Package com._1c.g5.v8.dt.lifecycle
Interface ILifecyclePhaseAwareService
-
@Deprecated public interface ILifecyclePhaseAwareService
Deprecated.the lifecycle services would be marked withLifecycleService
annotation.The lifecycle phase aware service.- Since:
- 3.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
participate(LifecyclePhase phase, ILifecycleContext context)
Deprecated.Participates the lifecycle phase for the specified context.
-
-
-
Method Detail
-
participate
void participate(LifecyclePhase phase, ILifecycleContext context)
Deprecated.Participates the lifecycle phase for the specified context.- Parameters:
phase
- the lifecycle phase, cannot benull
.context
- the context object, cannot benull
.
-
-