com.blackledge.david.tivo.multitasker
Interface TickerTape
- All Known Implementing Classes:
- AudioCaptionTicker, BackgroundImageCaptionTicker, LocalAudio, RSSTicker, SampleTicker, TivoTicker
public interface TickerTape
Interface to provide instances of TickerTape.TickerTapeSegment
(includes a
default implementation) for the tickertape across the bottom of the screen in
a MultiTaskerApplication
. Next content is requested when previous
content is scrolled across (or before if some "double buffering" is getting
applied)
check option TICKER_TAPE_RANDOM if you want to support randomization and to see if user changed mind.
- Version:
- $Revision: 1.1 $
init
void init(MultiTaskerApplication app)
getNextContent
TickerTape.TickerTapeSegment getNextContent()