T - the processed objectpublic interface IVolumeResultProcessor<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(T data)
Processing the failure result
|
void |
onSuccess(T data)
Processing the success result
|
Copyright © 2020. All rights reserved.