com.johncheetham.jcplayer
Class Player
java.lang.Object
com.johncheetham.jcplayer.Player
- All Implemented Interfaces:
- javazoom.jlgui.basicplayer.BasicPlayerListener
public class Player
- extends java.lang.Object
- implements javazoom.jlgui.basicplayer.BasicPlayerListener
Method Summary |
void |
opened(java.lang.Object stream,
java.util.Map properties)
|
void |
progress(int bytesread,
long microseconds,
byte[] pcmdata,
java.util.Map properties)
|
void |
setController(javazoom.jlgui.basicplayer.BasicController controller)
|
void |
stateUpdated(javazoom.jlgui.basicplayer.BasicPlayerEvent event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setController
public void setController(javazoom.jlgui.basicplayer.BasicController controller)
- Specified by:
setController
in interface javazoom.jlgui.basicplayer.BasicPlayerListener
stateUpdated
public void stateUpdated(javazoom.jlgui.basicplayer.BasicPlayerEvent event)
- Specified by:
stateUpdated
in interface javazoom.jlgui.basicplayer.BasicPlayerListener
progress
public void progress(int bytesread,
long microseconds,
byte[] pcmdata,
java.util.Map properties)
- Specified by:
progress
in interface javazoom.jlgui.basicplayer.BasicPlayerListener
opened
public void opened(java.lang.Object stream,
java.util.Map properties)
- Specified by:
opened
in interface javazoom.jlgui.basicplayer.BasicPlayerListener
John Cheetham 2008