Interface ILifecyclePhaseAwareService

All Known Implementing Classes:
V8ProjectManager

@Deprecated public interface ILifecyclePhaseAwareService
Deprecated.
the lifecycle services would be marked with LifecycleService annotation.
The lifecycle phase aware service.
Since:
3.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Participates the lifecycle phase for the specified context.
  • Method Details

    • participate

      void participate(LifecyclePhase phase, ILifecycleContext context)
      Deprecated.
      Participates the lifecycle phase for the specified context.
      Parameters:
      phase - the lifecycle phase, cannot be null.
      context - the context object, cannot be null.