Uses of Annotation Interface
civitas.celestis.event.EventHandler
Packages that use EventHandler
-
Uses of EventHandler in civitas.celestis.listener.application
Methods in civitas.celestis.listener.application with annotations of type EventHandlerModifier and TypeMethodDescriptionvoidApplicationStartedListener.onApplicationStarted(ApplicationStartedEvent event) Handles the post-initialization operations of the application.voidApplicationStoppingListener.onApplicationStopping(ApplicationStoppingEvent event) Handles the graceful termination of an application. -
Uses of EventHandler in civitas.celestis.listener.notification
Methods in civitas.celestis.listener.notification with annotations of type EventHandlerModifier and TypeMethodDescriptionvoidNotificationListener.onNotification(NotificationEvent event) Prints the notification's message to the specified print stream.