Java android.support.v4.content Loader fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.content Loader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.content Loader.

The text is from its open source code.

Subclass

android.support.v4.content.Loader has subclasses.
Click this link to see all its subclasses.

Constructor

Loader(Context context)
Stores away the application context associated with context.

Method

voidabandon()
Tell the Loader that it is being abandoned.
voidforceLoad()
Force an asynchronous load.
ClassgetClass()
Returns the runtime class of this Object .
ContextgetContext()
intgetId()
booleanisReset()
Return whether this load has been reset.
booleanisStarted()
Return whether this load has been started.
voidonContentChanged()
Called when ForceLoadContentObserver detects a change.
voidregisterListener(int id, OnLoadCompleteListener listener)
Registers a class that will receive callbacks when a load is complete.
voidreset()
Resets the state of the Loader.
voidstartLoading()
Starts an asynchronous load of the Loader's data.
voidstopLoading()
Stops delivery of updates until the next time #startLoading() is called.
voidunregisterListener(OnLoadCompleteListener listener)
Remove a listener that was previously added with #registerListener .