public final class LoaderCB
extends java.lang.Object
The specifications are read and handled by AndroidEntryPointLocator if the flags of AndroidEntryPointLocator are set to include call-backs.
AndroidEntryPointLocator| Modifier and Type | Field and Description |
|---|---|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
onCreateLoader
Instantiate and return a new Loader for the given ID.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
onLoaderReset
Called when a previously created loader is being reset, and thus making its data unavailable.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
onLoadFinished
Called when a previously created loader has finished its load.
|
| Constructor and Description |
|---|
LoaderCB() |
| Modifier and Type | Method and Description |
|---|---|
static void |
populate(java.util.List<? super AndroidEntryPointLocator.AndroidPossibleEntryPoint> possibleEntryPoints)
Add the EntryPoint specifications defined in this file to the given list.
|
public static final AndroidEntryPointLocator.AndroidPossibleEntryPoint onCreateLoader
public static final AndroidEntryPointLocator.AndroidPossibleEntryPoint onLoadFinished
public static final AndroidEntryPointLocator.AndroidPossibleEntryPoint onLoaderReset
public static void populate(java.util.List<? super AndroidEntryPointLocator.AndroidPossibleEntryPoint> possibleEntryPoints)
possibleEntryPoints - the list to extend.