public final class JSONPAtomizer<R> extends Object
Constructor and Description |
---|
JSONPAtomizer() |
Modifier and Type | Method and Description |
---|---|
void |
clearPendingRequest(JsonpRequest<R> oldRequest)
Nulls the pending request if it matches the one specified.
|
JsonpRequest<R> |
pendingRequest()
The serial request to the server that is currently pending, or null if there is
none.
|
void |
setPendingRequest(JsonpRequest<R> newRequest)
Records the start of a new request to the server and cancels any previous request
that is pending.
|
public JSONPAtomizer()
public void clearPendingRequest(JsonpRequest<R> oldRequest)
pendingRequest()
public JsonpRequest<R> pendingRequest()
public void setPendingRequest(JsonpRequest<R> newRequest)
pendingRequest()