T - public abstract class SynchronizedHelper<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
TAG |
| Constructor and Description |
|---|
SynchronizedHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doRequest() |
boolean |
isRequesting() |
void |
notifyResult(T result) |
protected abstract T |
onTimeOut() |
T |
request(long time) |