Interface CommandExecutionHandler.FutureCommandExecutionHandler<C>

Type Parameters:
C - Command sender type
All Superinterfaces:
CommandExecutionHandler<C>
Enclosing interface:
CommandExecutionHandler<C>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CommandExecutionHandler.FutureCommandExecutionHandler<C> extends CommandExecutionHandler<C>
Handler that is invoked whenever a Command is executed by a command sender
Since:
1.6.0