|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Request
A request that loads a resource for an Target
.
Method Summary | |
---|---|
void |
begin()
Starts an asynchronous load. |
void |
clear()
Prevents any bitmaps being loaded from previous requests, releases any resources held by this request, displays the current placeholder if one was provided, and marks the request as having been cancelled. |
boolean |
isCancelled()
Returns true if the request has been cancelled. |
boolean |
isComplete()
Returns true if the request has completed successfully. |
boolean |
isFailed()
Returns true if the request has failed. |
boolean |
isPaused()
Returns true if this request is paused and may be restarted. |
boolean |
isResourceSet()
Returns true if a non-placeholder resource is set. |
boolean |
isRunning()
Returns true if this request is running and has not completed or failed. |
void |
pause()
Identical to clear() except that the request may later be restarted. |
void |
recycle()
Recycles the request object and releases its resources. |
Method Detail |
---|
void begin()
void pause()
clear()
except that the request may later be restarted.
void clear()
boolean isPaused()
boolean isRunning()
boolean isComplete()
boolean isResourceSet()
isComplete()
} returns false.
boolean isCancelled()
boolean isFailed()
void recycle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |