Package me.wouterkistemaker.eventmanager


package me.wouterkistemaker.eventmanager
  • Class
    Description
    Represents an Event that has the option to be cancelled.
    The default implementation of Handleable.
    Represents an interface that is used to indicate whether a class contains methods that listen for the calls of an Event
    An event manager.
    Simple annotation to help indicating which methods are able to invoke on a called Event
    A superinterface for classes which can be called to event managers to be processed.
    The execution priority of an event handler.
    A reference object to an event handler method.