public interface Callback<R,E>
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(E arg)
Get invoked for failure scenarios.
|
void |
onSuccess(R arg)
Get invoked for successful scenarios
|
Copyright © 2019. All rights reserved.