Interface ActivationPhaseReceiver

All Known Implementing Classes:
AbstractServiceProvider, ConfigDrivenServiceProviderBase, ReflectionBasedSingletonServiceProvider

public interface ActivationPhaseReceiver
A receiver of events from the Services registry and providers held by the service registry.

Note that only ServiceProvider's implement this contract that are also bound to the global Services registry are currently capable of receiving events.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPhaseEvent(Event event, Phase phase)
    Called when there is an event transition within the service registry.
  • Method Details

    • onPhaseEvent

      void onPhaseEvent(Event event, Phase phase)
      Called when there is an event transition within the service registry.
      Parameters:
      event - the event
      phase - the phase