Class TimedEventExecutor

java.lang.Object
co.aikar.timings.TimedEventExecutor
All Implemented Interfaces:
EventExecutor

@Deprecated(forRemoval=true) public class TimedEventExecutor extends Object implements EventExecutor
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • TimedEventExecutor

      public TimedEventExecutor(@NotNull EventExecutor executor, @NotNull Plugin plugin, @Nullable Method method, @NotNull Class<? extends Event> eventClass)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Wraps an event executor and associates a timing handler to it.
      Parameters:
      executor - Executor to wrap
      plugin - Owning plugin
      method - EventHandler method
      eventClass - Owning class
  • Method Details