Package com.velocitypowered.api.event
Interface AwaitingEventExecutor<E>
- Type Parameters:
E
- event type
- All Superinterfaces:
EventHandler<E>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An event handler that returns an
EventTask
to await on.-
Method Summary
-
Method Details
-
execute
- Specified by:
execute
in interfaceEventHandler<E>
-
executeAsync
- Specified by:
executeAsync
in interfaceEventHandler<E>
-