Package org.bukkit.plugin
Interface EventExecutor
- All Known Implementing Classes:
- MethodHandleEventExecutor,- StaticMethodHandleEventExecutor,- TimedEventExecutor
public interface EventExecutor
Interface which defines the class for event call backs to plugins
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ConcurrentMap<Method,Class<? extends EventExecutor>> 
- 
Method Summary
- 
Field Details- 
eventExecutorMap
 
- 
- 
Method Details- 
executevoid execute(@NotNull @NotNull Listener listener, @NotNull @NotNull Event event) throws EventException - Throws:
- EventException
 
- 
create
 
-