- 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 TypeMethodDescriptionvoidonPhaseEvent(Event event, Phase phase) Called when there is an event transition within the service registry.
-
Method Details
-
onPhaseEvent
Called when there is an event transition within the service registry.- Parameters:
event- the eventphase- the phase
-