public interface TaskCallback<K,V>
Modifier and Type | Method and Description |
---|---|
void |
onException(ObsException exception,
V singleRequest) |
void |
onSuccess(K result) |
void onSuccess(K result)
void onException(ObsException exception, V singleRequest)
Copyright © 2019. All rights reserved.