Uses of Interface
javazoom.jlgui.basicplayer.BasicController

Packages that use BasicController
<Unnamed>   
javazoom.jlgui.basicplayer   
 

Uses of BasicController in <Unnamed>
 

Methods in <Unnamed> with parameters of type BasicController
 void BasicPlayerTest.setController(BasicController controller)
          A handle to the BasicPlayer, plugins may control the player through the controller (play, stop, ...)
 

Uses of BasicController in javazoom.jlgui.basicplayer
 

Classes in javazoom.jlgui.basicplayer that implement BasicController
 class BasicPlayer
          BasicPlayer is a threaded simple player class based on JavaSound API.
 

Methods in javazoom.jlgui.basicplayer with parameters of type BasicController
 void BasicPlayerListener.setController(BasicController controller)
          A handle to the BasicPlayer, plugins may control the player through the controller (play, stop, ...)