Interface LifecycleEvent

All Known Subinterfaces:
RegistrarEvent<R>, ReloadableRegistrarEvent<R>

@Experimental @NonExtendable public interface LifecycleEvent
Base type for all Lifecycle Events.

Lifecycle events are generally fired when the older event system is not available, like during early server initialization.

See Also: