Uses of Interface
com.blackledge.david.tivo.multitasker.TickerTape.TickerTapeSegment

Packages that use TickerTape.TickerTapeSegment
com.blackledge.david.tivo.multitasker TiVo Multitasker Application Architecture by David Blackledge. 
com.blackledge.david.tivo.multitasker.plugins   
 

Uses of TickerTape.TickerTapeSegment in com.blackledge.david.tivo.multitasker
 

Classes in com.blackledge.david.tivo.multitasker that implement TickerTape.TickerTapeSegment
static class TickerTape.TickerTapeSegmentDefault
          Default implementation of TickerTapeSegment if you just have 1, 2, or 3 strings you want returned as is.
 

Methods in com.blackledge.david.tivo.multitasker that return TickerTape.TickerTapeSegment
 TickerTape.TickerTapeSegment TickerTape.getNextContent()
           
 TickerTape.TickerTapeSegment BackgroundImageCaptionTicker.getNextContent()
          Gets a TickerTapeSegment featuring the MultiTaskerApplication.getCurrentImage()
 TickerTape.TickerTapeSegment AudioCaptionTicker.getNextContent()
           
 

Uses of TickerTape.TickerTapeSegment in com.blackledge.david.tivo.multitasker.plugins
 

Methods in com.blackledge.david.tivo.multitasker.plugins that return TickerTape.TickerTapeSegment
 TickerTape.TickerTapeSegment TivoTicker.getNextContent()
           
 TickerTape.TickerTapeSegment SampleTicker.getNextContent()
           
 TickerTape.TickerTapeSegment RSSTicker.getNextContent()
           
 TickerTape.TickerTapeSegment LocalAudio.getNextContent()