Uses of Package
com.blackledge.david.tivo.multitasker

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

Classes in com.blackledge.david.tivo.multitasker used by com.blackledge.david.tivo
LocalOptionProvider
          Implement this interface with each of your plugins (BackgroundImage, Audio, or TickerTape) that you also want to have their own options that work nicely with the option system
MultiTaskerApplication
          Superclass of any applications that want to take advantage of the Multitasker architecture to automatically get configurable audio handling, ticker, background images, etc.
 

Classes in com.blackledge.david.tivo.multitasker used by com.blackledge.david.tivo.multitasker
AudioView
          Handles URL redirects before using feed as a resource.
BackgroundView
          View that holds the Background of a MultiTaskerApplication, driven by a BackgroundImage implementation.
BrandView
           
LocalOptionProvider
          Implement this interface with each of your plugins (BackgroundImage, Audio, or TickerTape) that you also want to have their own options that work nicely with the option system
MultiTaskerApplication
          Superclass of any applications that want to take advantage of the Multitasker architecture to automatically get configurable audio handling, ticker, background images, etc.
MultiTaskerApplication.ICallback
          Interface for MultiTasker callbacks - uses animation chaining but easier to understand
TickerTape
          Interface to provide instances of TickerTape.TickerTapeSegment (includes a default implementation) for the tickertape across the bottom of the screen in a MultiTaskerApplication.
TickerTape.TickerTapeSegment
          The interface for the elements of a tickertape segment
TickerView
          The view that holds the ticker and handles its refresh and animation.
 

Classes in com.blackledge.david.tivo.multitasker used by com.blackledge.david.tivo.multitasker.applications
LocalOptionProvider
          Implement this interface with each of your plugins (BackgroundImage, Audio, or TickerTape) that you also want to have their own options that work nicely with the option system
MultiTaskerApplication
          Superclass of any applications that want to take advantage of the Multitasker architecture to automatically get configurable audio handling, ticker, background images, etc.
 

Classes in com.blackledge.david.tivo.multitasker used by com.blackledge.david.tivo.multitasker.plugins
Audio
          Interface to provide audio stream sources to the MultiTaskerApplication architecture.
BackgroundImage
          Interface for providing a series of background images.
Brand
          A multitasker interface for a static "Branding" item like tv channel logos or a clock or whatnot.
LocalOptionProvider
          Implement this interface with each of your plugins (BackgroundImage, Audio, or TickerTape) that you also want to have their own options that work nicely with the option system
MultiTaskerApplication
          Superclass of any applications that want to take advantage of the Multitasker architecture to automatically get configurable audio handling, ticker, background images, etc.
TickerTape
          Interface to provide instances of TickerTape.TickerTapeSegment (includes a default implementation) for the tickertape across the bottom of the screen in a MultiTaskerApplication.
TickerTape.TickerTapeSegment
          The interface for the elements of a tickertape segment
 

Classes in com.blackledge.david.tivo.multitasker used by com.blackledge.david.tivo.solitaire
LocalOptionProvider
          Implement this interface with each of your plugins (BackgroundImage, Audio, or TickerTape) that you also want to have their own options that work nicely with the option system
MultiTaskerApplication
          Superclass of any applications that want to take advantage of the Multitasker architecture to automatically get configurable audio handling, ticker, background images, etc.