org.starhope.appius.game
Interface HasAssets
public interface HasAssets
This interface must be implemented by any class that supplies assets
to the user. For Persephone, we will be supplying (almost always) SWF
files, but for other clients we need to extend the option to
negotiate content types based upon screen resolution and supported
formats. For example, Android devices might be supplied fixed-
resolution PNG graphics that we render in advance.
- Author:
- brpocock@star-hope.org
getAssetURL
String getAssetURL(String token,
AssetPreferenceList accepts)
- WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
- Parameters:
token
- WRITEMEaccepts
- WRITEME
- Returns:
- WRITEME