public static interface Loader.OnLoadCompleteListener<D>
LoaderManager
to find out when a Loader it is managing has completed so that this can
be reported to its client. This interface should only be used if a
Loader is not being used in conjunction with LoaderManager.Modifier and Type | Method and Description |
---|---|
void |
onLoadComplete(Loader<D> loader,
D data)
Called on the thread that created the Loader when the load is complete.
|