com.blackledge.david.tivo.multitasker
Interface BackgroundImage

All Known Implementing Classes:
AudioArtBackgroundImage, GenericBackgroundImage, LocalStreamedBackgroundImage, SampleBackgroundImage

public interface BackgroundImage

Interface for providing a series of background images. Take advantage of the MultiTaskerApplicationFactory.getShortMappedUri(String) to prevent errors from too-long URLs Next image is requested based on interval options and user/program specific requests. check option BACKGROUND_IMAGE_RANDOM if you want to support randomization and to see if user changed mind. FIXME this will change to be URL strings or something...Resource is problematic especially for automatic handling of image history.

Version:
$Revision: 1.1 $

Method Summary
 String getNextImage()
           
 void init(MultiTaskerApplication app)
           
 

Method Detail

init

void init(MultiTaskerApplication app)

getNextImage

String getNextImage()