Uses of Enum Class
io.helidon.pico.api.Event
Packages that use Event
Package
Description
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Pico's config-driven-service API.
Pico runtime services.
-
Uses of Event in io.helidon.pico.api
Methods in io.helidon.pico.api that return EventModifier and TypeMethodDescriptionActivationLogEntry.event()The event.static EventReturns the enum constant of this class with the specified name.static Event[]Event.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.pico.api with parameters of type EventModifier and TypeMethodDescriptionvoidActivationPhaseReceiver.onPhaseEvent(Event event, Phase phase) Called when there is an event transition within the service registry. -
Uses of Event in io.helidon.pico.configdriven.runtime
Methods in io.helidon.pico.configdriven.runtime with parameters of type EventModifier and TypeMethodDescriptionvoidAbstractConfiguredServiceProvider.onPhaseEvent(Event event, Phase phase) -
Uses of Event in io.helidon.pico.runtime
Methods in io.helidon.pico.runtime with parameters of type EventModifier and TypeMethodDescriptionvoidAbstractServiceProvider.onPhaseEvent(Event event, Phase phase)