public static interface LoaderManager.LoaderCallbacks<D>
| Modifier and Type | Method and Description |
|---|---|
Loader<D> |
onCreateLoader(int id,
Bundle args) |
void |
onLoaderReset(Loader<D> loader) |
void |
onLoadFinished(Loader<D> loader,
D data) |
Copyright © 2008-2013. All Rights Reserved.