Uses of Interface
org.qtunes.core.Listener

Packages that use Listener
org.qtunes.core The "core" package defines a Service and it's Context. 
org.qtunes.main The "main" package contains the main classes for QTunes run as an application 
org.qtunes.player.spi The "player.spi" package has an implementations of the "player" API 
 

Uses of Listener in org.qtunes.core
 

Methods in org.qtunes.core with parameters of type Listener
 void ServiceContext.addListener(Listener listener)
          Add a Listener to the Server, it will be notified of events
 void ServiceContext.removeListener(Listener listener)
          Remove a Listener to the Server, it will be notified of events
 

Uses of Listener in org.qtunes.main
 

Methods in org.qtunes.main with parameters of type Listener
 void QTunes.addListener(Listener listener)
           
 void ServiceContextImpl.addListener(Listener listener)
          Add a Listener to the Server, it will be notified of events
 void QTunes.removeListener(Listener listener)
           
 void ServiceContextImpl.removeListener(Listener listener)
          Remove a Listener to the Server, it will be notified of events
 

Uses of Listener in org.qtunes.player.spi
 

Classes in org.qtunes.player.spi that implement Listener
 class PlayerImpl
          A Player plays tracks to one or more speakers (technically a SourceDataLine which may be a local speaker, an Airtunes speaker or some other type (eg RTSP, uPnP etc.)