Uses of Interface
civitas.celestis.util.Unique
Packages that use Unique
Package
Description
-
Uses of Unique in civitas.celestis.event
Subinterfaces of Unique in civitas.celestis.eventModifier and TypeInterfaceDescriptioninterfaceAn event which can be cancelled by a lower priority listener, which flags the event as cancelled, notifying higher priority listeners that this event should be ignored as if it had not happened in the first place.interfaceA marker interface which marks a class as being handleable by an event manager.Classes in civitas.celestis.event that implement UniqueModifier and TypeClassDescriptionclassAn event which can be cancelled by a lower priority listener, which flags the event as cancelled, notifying higher priority listeners that this event should be ignored as if it had not happened in the first place.classThe default implementation ofHandleable. -
Uses of Unique in civitas.celestis.event.application
Classes in civitas.celestis.event.application that implement UniqueModifier and TypeClassDescriptionclassAn event called by the application to notify classes that there was a significant change in the application's state.classAn event called by the application to notify other classes that the application has been fully initialized, and the application is now fully operational.classAn event called by the application to notify other classes that the application is about to stop, and all modules must prepare for termination. -
Uses of Unique in civitas.celestis.event.notification
Classes in civitas.celestis.event.notification that implement UniqueModifier and TypeClassDescriptionclassAn event called to notify the entire application that a certain action has been performed.