Annotation Type EventHandler

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean ignoreCancelled
      Ignore the cancellation of the event an run them inclusive when it has been cancelled previously by another event handler.
      EventPriority priority
      Mark the event run priority ordered from LOWEST(last) to MONITOR(first).
    • Element Detail

      • priority

        EventPriority priority
        Mark the event run priority ordered from LOWEST(last) to MONITOR(first).
        Returns:
        Priority level of target event.
        Default:
        me.nurio.events.handler.EventPriority.NORMAL
      • ignoreCancelled

        boolean ignoreCancelled
        Ignore the cancellation of the event an run them inclusive when it has been cancelled previously by another event handler.
        Returns:
        true when event should be executed inclusive if cancelled.
        Default:
        false