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

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

public class SampleTicker
extends Object
implements TickerTape

just a test of the TickerTape interface... returns a fixed set of messages.

Version:
$Revision: 1.1 $

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.blackledge.david.tivo.multitasker.TickerTape
TickerTape.TickerTapeSegment, TickerTape.TickerTapeSegmentDefault
 
Constructor Summary
SampleTicker()
           
 
Method Summary
 TickerTape.TickerTapeSegment getNextContent()
           
 void init(MultiTaskerApplication app)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleTicker

public SampleTicker()
Method Detail

getNextContent

public TickerTape.TickerTapeSegment getNextContent()
Specified by:
getNextContent in interface TickerTape

init

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