Interface EventExecutor

All Known Implementing Classes:
TimedEventExecutor

public interface EventExecutor
Interface which defines the class for event call backs to plugins
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull EventExecutor
    create(@NotNull Method m, @NotNull Class<? extends Event> eventClass)
     
    void
    execute(@NotNull Listener listener, @NotNull Event event)