v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.SimpleResponseHandler |
Convenience class for handling simple responses.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SimpleResponseHandler() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
failure(Throwable cause)
The failure handler.
| ||||||||||
| abstract void |
success()
The success handler.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.commsignia.v2x.client.ResponseHandler
| |||||||||||
The failure handler.
| cause | cause of the failure |
|---|
The success handler.