|
AeroGear Android Library 1.2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.support.v4.content.Loader<D>
android.support.v4.content.AsyncTaskLoader<HeaderAndBody>
org.jboss.aerogear.android.authentication.impl.loader.support.AbstractSupportAuthenticationLoader
public abstract class AbstractSupportAuthenticationLoader
This class provides a reference to the callback, authentication module, and
possible exceptions for the authentication loaders, modules, and call backs
which may use it.
This class and its subclasses use the Loaders from android.support and will
work on devices < Android 3.0. If your application does not need to
support these devices see AbstractAuthenticationLoader
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class android.support.v4.content.Loader |
|---|
android.support.v4.content.Loader.ForceLoadContentObserver, android.support.v4.content.Loader.OnLoadCompleteListener<D> |
| Field Summary | |
|---|---|
protected Callback |
callback
|
protected AuthenticationModule |
module
|
| Constructor Summary | |
|---|---|
AbstractSupportAuthenticationLoader(android.content.Context context,
AuthenticationModule module,
Callback callback)
|
|
| Method Summary | |
|---|---|
Callback<HeaderAndBody> |
getCallback()
|
Exception |
getException()
|
AuthenticationModule |
getModule()
|
boolean |
hasException()
|
protected void |
setException(Exception exception)
|
| Methods inherited from class android.support.v4.content.AsyncTaskLoader |
|---|
cancelLoad, dump, loadInBackground, onCanceled, onForceLoad, onLoadInBackground, setUpdateThrottle, waitForLoader |
| Methods inherited from class android.support.v4.content.Loader |
|---|
abandon, commitContentChanged, dataToString, deliverResult, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, onReset, onStartLoading, onStopLoading, registerListener, reset, rollbackContentChanged, startLoading, stopLoading, takeContentChanged, toString, unregisterListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final Callback callback
protected final AuthenticationModule module
| Constructor Detail |
|---|
public AbstractSupportAuthenticationLoader(android.content.Context context,
AuthenticationModule module,
Callback callback)
| Method Detail |
|---|
public Callback<HeaderAndBody> getCallback()
public AuthenticationModule getModule()
public boolean hasException()
public Exception getException()
protected void setException(Exception exception)
|
AeroGear Android Library 1.2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||