Interface EventExecutor


  • public interface EventExecutor
    • Method Summary

      Modifier and Type Method Description
      void fire​(Event event)
      Executes the listener on the executor.
      EventListener getListener()
      Gets the event listener associated with this executor.
      EventPriority getPriority()
      Gets the priority for this executor.
    • Method Detail

      • getListener

        EventListener getListener()
        Gets the event listener associated with this executor.
        Returns:
        Listener.
      • getPriority

        EventPriority getPriority()
        Gets the priority for this executor.
        Returns:
        executor priority.