Uses of Record Class
civitas.celestis.event.HandlerReference
Packages that use HandlerReference
-
Uses of HandlerReference in civitas.celestis.event
Methods in civitas.celestis.event that return types with arguments of type HandlerReferenceModifier and TypeMethodDescriptiondefault Collection<HandlerReference>Listener.getHandlerReferences()Searches through all declared methods of this event listener, collects all valid event handlers, then returns the collection of references to the event handlers. -
Uses of HandlerReference in civitas.celestis.event.lifecycle
Constructor parameters in civitas.celestis.event.lifecycle with type arguments of type HandlerReferenceModifierConstructorDescriptionprotectedEventThread(String name, Deque<Handleable> eventQueue, List<HandlerReference> handlers, PrintStream printStream) Creates a new event thread.