|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Player
Method Summary | |
---|---|
boolean |
canPlay(java.io.File file)
Returns true, if the player can play file . |
void |
enqueue(java.io.File file)
Enqueues file . |
void |
start()
Starts the player. |
void |
stop()
Stops the player. |
Methods inherited from interface org.xnap.util.launcher.Launcher |
---|
getCommand, getKey, getName, isEditable, isEnabled, open, open, setCommand |
Method Detail |
---|
boolean canPlay(java.io.File file)
file
.
void enqueue(java.io.File file) throws java.io.IOException
file
.
java.io.IOException
void start() throws java.io.IOException
java.io.IOException
void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |