Interface which defines the class for event call backs to plugins
| 9 | * Interface which defines the class for event call backs to plugins |
| 10 | */ |
| 11 | public interface EventExecutor { |
| 12 | public void execute(@NotNull Listener listener, @NotNull Event event) throws EventException; |
| 13 | } |
no outgoing calls
no test coverage detected