public class TimedEventExecutor extends Object implements EventExecutor
eventExecutorMap
Constructor and Description |
---|
TimedEventExecutor(EventExecutor executor,
Plugin plugin,
Method method,
Class<? extends Event> eventClass)
Wraps an event executor and associates a timing handler to it.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(Listener listener,
Event event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public TimedEventExecutor(@NotNull EventExecutor executor, @NotNull Plugin plugin, @Nullable Method method, @NotNull Class<? extends Event> eventClass)
executor
- Executor to wrapplugin
- Owning pluginmethod
- EventHandler methodeventClass
- Owning classpublic void execute(@NotNull Listener listener, @NotNull Event event) throws EventException
execute
in interface EventExecutor
EventException
Copyright © 2022. All rights reserved.