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 @API(status=STABLE) public static interface CommandExecutionHandler.FutureCommandExecutionHandler<C> extends CommandExecutionHandler<C>
Handler that is invoked whenever a Command is executed by a command sender