Package org.lyra.Host

Interface Summary
LossListener There are times where it is necessary to inform clients that their network connection established with a Music Player Daemon (MPD) instance has been interrupted.
PendulumListener The Multimedia Player Daemon does not send updates to track the timing of the song.
UpdateListener Interface to the host update process which will enable various aspects of the application to be notified when it is time to refresh information.
 

Class Summary
LossEvent Event that is triggered when we have lost a connection.
Options This class provides a direct interface to the options available for the Music Player Daemon (MPD).
Pendulum The Multimedia Player Daemon does not send updates to track the timing of the song.
Playback This class provides a direct interface to the player capabilities of the Multimedia Player Daemon (MPD).
Playlist This class deals with the interaction between the application and play lists.
Status Deals with the basic status handling of the Music Player Daemon protocol and its interaction with the rest of the system.
Terminus The Terminus Class deals with establishing the Multimedia Player Daemon connection.
UpdateEvent Event encapsulating an update from the host element.
Updater This class will notify various clients on updates originating from the host itself.