Package civitas.celestis.event


package civitas.celestis.event
  • Class
    Description
    An 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.
    An 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.
    The default implementation of Handleable.
    A marker annotation which marks a method as an event handler.
    Contains utility methods related to Events.
    A marker interface which marks a class as being handleable by an event manager.
    The execution priority of an event handler.
    A reference to an event handler.
    A marker interface which marks an object as an event handler.