Uses of Interface
org.lyra.Host.LossListener

Packages that use LossListener
org.lyra.Host   
 

Uses of LossListener in org.lyra.Host
 

Classes in org.lyra.Host that implement LossListener
 class Terminus
          The Terminus Class deals with establishing the Multimedia Player Daemon connection.
 class Updater
          This class will notify various clients on updates originating from the host itself.
 

Fields in org.lyra.Host declared as LossListener
private  LossListener Terminus.mySource
           
 

Constructors in org.lyra.Host with parameters of type LossListener
Terminus(Ledger logger, java.lang.String host, java.lang.String port, java.lang.String pass, LossListener source)
          Constructor for the class, requires the provision of information related to the host and an optional password.