Uses of Interface
org.lyra.Host.UpdateListener

Packages that use UpdateListener
org.lyra.Database   
org.lyra.Host   
org.lyra.Interface   
org.lyra.LastDotFm   
 

Uses of UpdateListener in org.lyra.Database
 

Classes in org.lyra.Database that implement UpdateListener
 class Audit
          Attaches an auditing stream to the connection with the Music Player Daemon enabling us to track songs played, skipped, added to the playlist whilst in operation.
 class Library
          Deals with the basic status handling of the Music Player Daemon protocol and its interaction with the rest of the system.
 

Uses of UpdateListener in org.lyra.Host
 

Classes in org.lyra.Host that implement UpdateListener
 class Pendulum
          The Multimedia Player Daemon does not send updates to track the timing of the song.
 

Fields in org.lyra.Host with type parameters of type UpdateListener
(package private)  java.util.List<UpdateListener> Updater.Clients
           
(package private)  java.util.List<UpdateListener> Updater.Core
           
 

Methods in org.lyra.Host that return UpdateListener
 UpdateListener[] Updater.getCoreListeners()
          Returns an array of all the UpdateListeners added to this class with addCoreListener(), a core client will always be executed first.
 UpdateListener[] Updater.getUpdateListeners()
          Returns an array of all the UpdateListeners added to this class with addUpdateListener().
 

Methods in org.lyra.Host with parameters of type UpdateListener
 void Updater.addCoreListener(UpdateListener l)
          Adds an UpdateListener to the updater, a core client will always be executed first.
 void Updater.addUpdateListener(UpdateListener l)
          Adds an UpdateListener to the updater.
 void Updater.removeCoreListener(UpdateListener l)
          Removes an UpdateListener from the updater, a core client will always be executed first.
 void Updater.removeUpdateListener(UpdateListener l)
          Removes an UpdateListener from the updater.
 

Uses of UpdateListener in org.lyra.Interface
 

Classes in org.lyra.Interface that implement UpdateListener
 class AlbumArtPanel.Interact
          The code separation from the user interface.
private  class LyraTrayIcon.Interact
          The code separation from the user interface.
private  class PlayerCompactFrame.Interact
          The code separation from the user interface.
 class PlayerOrganiserFrame.Interact
          The code separation from the user interface.
private  class PlayerOrganiserMenu.Interact
          The code separation from the user interface.
private  class PlayerPanel.Interact
          The code separation from the user interface.
 

Uses of UpdateListener in org.lyra.LastDotFm
 

Classes in org.lyra.LastDotFm that implement UpdateListener
 class Snooper
          The snooper is a direct tie in into Last.fm service that will provide the 'Scrobbling' capability.