T
- The type of the responsepublic interface ResponseHandler<T>
Modifier and Type | Method and Description |
---|---|
void |
responseException(Response<T> r,
java.lang.Exception e)
Invoked when a command resulted in an exception.
|
void |
responseValue(Response<T> r,
T value)
Invoked when a response arrives.
|