org.lyra.Host
Interface LossListener

All Known Implementing Classes:
Terminus, Updater

public interface 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.

Version:
1.0.5, %Revision, 174%, %LastChangedDate, 27/10/12 3:33PM%
Author:
Martin Foster
See Also:
Terminus, LossEvent

Method Summary
 void hostLost(LossEvent update)
          Notifies a client that the connection to the Music Player Daemon (MPD) has been interrupted.
 

Method Detail

hostLost

void hostLost(LossEvent update)
Notifies a client that the connection to the Music Player Daemon (MPD) has been interrupted.

Parameters:
update - Update notification method.
See Also:
UpdateEvent