public final class LoaderCB extends Object
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(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(List<? super AndroidEntryPointLocator.AndroidPossibleEntryPoint> possibleEntryPoints)
possibleEntryPoints
- the list to extend.