Interface ClientSendMessageEvents.CommandCanceled
- Enclosing class:
ClientSendMessageEvents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSendCommandMessageCanceled
(String command) Called when sending a command is canceled withClientSendMessageEvents.ALLOW_COMMAND
.
-
Method Details
-
onSendCommandMessageCanceled
Called when sending a command is canceled withClientSendMessageEvents.ALLOW_COMMAND
. The command string does not include a slash at the beginning.- Parameters:
command
- the command that is being sent to the server, without a slash at the beginning.
-