public interface

ImageContainer

com.neomades.content.image.ImageContainer

Class Overview

Container object for all of the data surrounding an image request.

Summary

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.

Public Methods

public abstract void cancelRequest ()

Releases interest in the in-flight request (and cancels it if no one else is listening).

public abstract Image getImage ()

Returns the image associated with the request URL if it has been loaded, null otherwise.

public abstract String getRequestUrl ()

Returns the requested URL for this container.