#523: Added explicit API to stop a Jukebox from playing
By: Matthew Miller <mnmiller1@me.com>
This commit is contained in:
parent
705628fb57
commit
f0d2a47b7b
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ public interface Jukebox extends TileState {
|
||||||
*/
|
*/
|
||||||
public boolean isPlaying();
|
public boolean isPlaying();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stops the jukebox playing without ejecting the record.
|
||||||
|
*/
|
||||||
|
public void stopPlaying();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Stops the jukebox playing and ejects the current record.
|
* Stops the jukebox playing and ejects the current record.
|
||||||
* <p>
|
* <p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue