com.blackledge.david.tivo.multitasker.plugins
Class SampleBackgroundImage

java.lang.Object
  extended by com.blackledge.david.tivo.multitasker.plugins.SampleBackgroundImage
All Implemented Interfaces:
BackgroundImage

public class SampleBackgroundImage
extends Object
implements BackgroundImage

Just a test of the BackgroundImage interface - always returns the same one.

Version:
$Revision: 1.1 $

Constructor Summary
SampleBackgroundImage()
           
 
Method Summary
 String getNextImage()
           
 void init(MultiTaskerApplication app)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleBackgroundImage

public SampleBackgroundImage()
Method Detail

init

public void init(MultiTaskerApplication app)
Specified by:
init in interface BackgroundImage

getNextImage

public String getNextImage()
Specified by:
getNextImage in interface BackgroundImage