public interface LoadCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
onFailure(Throwable caught)
Should be called when async load failed.
|
void |
onSuccess(LoadResult<T> loadResult)
Should be called when async load success.
|
void onSuccess(LoadResult<T> loadResult)
Copyright © 2018. All rights reserved.