Interface EventExecutor
- All Known Implementing Classes:
TimedEventExecutor
public interface EventExecutor
Interface which defines the class for event call backs to plugins
- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
execute
void execute(@NotNull @NotNull Listener listener, @NotNull @NotNull Event event) throws EventException - Throws:
EventException- Since:
- 1.0.0
-
create
-