Uses of Interface
civitas.celestis.util.Module
Packages that use Module
-
Uses of Module in civitas.celestis.event.lifecycle
Subinterfaces of Module in civitas.celestis.event.lifecycleModifier and TypeInterfaceDescriptioninterfaceAn event manager handles the lifecycle of events and event listeners.Classes in civitas.celestis.event.lifecycle that implement ModuleModifier 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. -
Uses of Module in civitas.celestis.task.lifecycle
Subinterfaces of Module in civitas.celestis.task.lifecycleClasses in civitas.celestis.task.lifecycle that implement ModuleModifier and TypeClassDescriptionclassAn asynchronous multithreaded scheduler with multiple threads, which each have their own list of tasks and map of execution times.classA thread which handles the registration and execution of tasks.classA synchronous scheduler with one processing thread, (the scheduler itself) one list of tasks, and one map of execution times.