Uses of Interface
civitas.celestis.event.lifecycle.EventManager
Packages that use EventManager
-
Uses of EventManager in civitas.celestis
Fields in civitas.celestis declared as EventManagerModifier and TypeFieldDescriptionprotected final EventManagerApplication.eventManagerThe event manager instance.Methods in civitas.celestis that return EventManagerModifier and TypeMethodDescriptionApplication.getEventManager()Returns the event manager of this application.Constructors in civitas.celestis with parameters of type EventManagerModifierConstructorDescriptionprotectedApplication(String name, String version, EventManager eventManager, Scheduler scheduler) Creates a new application. -
Uses of EventManager in civitas.celestis.event.lifecycle
Classes in civitas.celestis.event.lifecycle that implement EventManagerModifier and TypeClassDescriptionclassA thread which processes events.classA synchronous event manager with one processing thread, (the manager itself) one event queue, and one list of event handlers.