@FunctionalInterface public static interface CommandFuture.FailureListener
CommandFuture failed.
In that case, handleFailure(TS3Exception) will be called with
the exception that occurred while executing this command.
A CommandFuture's FailureListener can be set by calling
CommandFuture.onFailure(FailureListener).
| Modifier and Type | Method and Description |
|---|---|
void |
handleFailure(TS3Exception exception)
The method to be executed when the command failed.
|
void handleFailure(TS3Exception exception)
exception - the exception that occurred while executing this commandReleased under the MIT license.