Interface LifecycleEvent
- All Known Subinterfaces:
RegistrarEvent<R>
,RegistryComposeEvent<T,
,B> RegistryEntryAddEvent<T,
,B> RegistryEvent<T>
,ReloadableRegistrarEvent<R>
@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: