public abstract class AbstractSupportAuthenticationLoader extends android.support.v4.content.AsyncTaskLoader<HeaderAndBody>
AbstractAuthenticationLoader| Modifier and Type | Field and Description |
|---|---|
protected Callback |
callback |
protected AuthenticationModule |
module |
| Constructor and Description |
|---|
AbstractSupportAuthenticationLoader(android.content.Context context,
AuthenticationModule module,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
Callback<HeaderAndBody> |
getCallback() |
Exception |
getException() |
AuthenticationModule |
getModule() |
boolean |
hasException() |
protected void |
setException(Exception exception) |
cancelLoad, dump, loadInBackground, onCanceled, onForceLoad, onLoadInBackground, setUpdateThrottle, waitForLoaderabandon, commitContentChanged, dataToString, deliverResult, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, onReset, onStartLoading, onStopLoading, registerListener, reset, rollbackContentChanged, startLoading, stopLoading, takeContentChanged, toString, unregisterListenerprotected final Callback callback
protected final AuthenticationModule module
public AbstractSupportAuthenticationLoader(android.content.Context context,
AuthenticationModule module,
Callback callback)
public Callback<HeaderAndBody> getCallback()
public AuthenticationModule getModule()
public boolean hasException()
public Exception getException()
protected void setException(Exception exception)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.