com.blackledge.david.tivo.multitasker
Class AudioCaptionTicker

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

public class AudioCaptionTicker
extends Object
implements TickerTape

TickerTape that attempts to provide a reasonable segment for the currently playing Audio source. - only when the song changes, or it has been maybe 30 seconds since the last time it sent.

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
AudioCaptionTicker()
           
 
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

AudioCaptionTicker

public AudioCaptionTicker()
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