public abstract class ContentFetcher<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authority |
protected android.content.Context |
context |
| Modifier | Constructor and Description |
|---|---|
protected |
ContentFetcher(android.content.Context context,
java.lang.String authority,
java.lang.String... sig) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
get() |
protected void |
onError(java.lang.Exception e) |
protected abstract T |
query() |
void |
start() |
boolean |
valid() |