public static interface Loader.OnLoadCanceledListener<D>
LoaderManager
to find out when a Loader it is managing has been canceled so that it
can schedule the next Loader. This interface should only be used if a
Loader is not being used in conjunction with LoaderManager.Modifier and Type | Method and Description |
---|---|
void |
onLoadCanceled(Loader<D> loader)
Called on the thread that created the Loader when the load is canceled.
|