com.neomades.content.image.ImageContainer |
Container object for all of the data surrounding an image request.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
cancelRequest()
Releases interest in the in-flight request (and cancels it if no one else is
listening).
| ||||||||||
abstract Image |
getImage()
Returns the image associated with the request URL if it has been loaded, null
otherwise.
| ||||||||||
abstract String |
getRequestUrl()
Returns the requested URL for this container.
|
Releases interest in the in-flight request (and cancels it if no one else is listening).
Returns the image associated with the request URL if it has been loaded, null otherwise.