Uses of Class
civitas.celestis.event.Event
Packages that use Event
Package
Description
-
Uses of Event in civitas.celestis.event
Subclasses of Event in civitas.celestis.eventModifier 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. -
Uses of Event in civitas.celestis.event.application
Subclasses of Event in civitas.celestis.event.applicationModifier 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 Event in civitas.celestis.event.notification
Subclasses of Event in civitas.celestis.event.notificationModifier and TypeClassDescriptionclassAn event called to notify the entire application that a certain action has been performed.