#523: Added explicit API to stop a Jukebox from playing

This commit is contained in:
Matthew Miller 2020-07-10 09:02:25 +10:00 committed by md_5
parent 71171d3858
commit d0d2ac0a6a
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -47,6 +47,11 @@ public interface Jukebox extends TileState {
*/
public boolean isPlaying();
/**
* Stops the jukebox playing without ejecting the record.
*/
public void stopPlaying();
/**
* Stops the jukebox playing and ejects the current record.
* <p>