Ignore rules for git users
[stereo.git] / MemphisDJ / src / notification / PlayerListener.java
blobedf787f028066f0bace33667e3b3cfb2b78c1035
1 package notification;
3 public interface PlayerListener extends Listener {
5 public void playbackStarted();
6 public void playbackFinished();