Uses of Interface
civitas.celestis.event.Listener
Packages that use Listener
Package
Description
-
Uses of Listener in civitas.celestis.event
Methods in civitas.celestis.event that return ListenerModifier and TypeMethodDescriptionHandlerReference.listener()Returns the value of thelistenerrecord component.Constructors in civitas.celestis.event with parameters of type ListenerModifierConstructorDescriptionHandlerReference(Listener listener, Method method) Creates an instance of aHandlerReferencerecord class. -
Uses of Listener in civitas.celestis.event.lifecycle
Methods in civitas.celestis.event.lifecycle with parameters of type ListenerModifier and TypeMethodDescriptionvoidRegisters an event listener to this event manager.voidRegisters an event listener to this event manager.voidEventManager.unregister(Listener listener) Unregisters an event listener from this event manager.voidEventThread.unregister(Listener listener) Unregisters an event listener from this event manager.Method parameters in civitas.celestis.event.lifecycle with type arguments of type ListenerModifier and TypeMethodDescriptionvoidRegisters multiple event listeners to this event manager.voidRegisters multiple event listeners to this event manager.voidEventManager.unregister(Iterable<? extends Listener> listeners) Unregisters multiple event listeners from this event manager.voidEventThread.unregister(Iterable<? extends Listener> listeners) Unregisters multiple event listeners from this event manager. -
Uses of Listener in civitas.celestis.listener.application
Classes in civitas.celestis.listener.application that implement ListenerModifier and TypeClassDescriptionclassAn event listener which exclusively listens toApplicationStartedEvents.classAn event listener which exclusively listens toApplicationStoppingEvents. -
Uses of Listener in civitas.celestis.listener.notification
Classes in civitas.celestis.listener.notification that implement ListenerModifier and TypeClassDescriptionclassA listener which exclusively listens toNotificationEvents, and prints them to the specified print stream.