repo.or.cz
/
stereo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ignore rules for git users
[stereo.git]
/
MemphisDJ
/
src
/
notification
/
PlayerListener.java
blob
edf787f028066f0bace33667e3b3cfb2b78c1035
1
package
notification
;
2
3
public interface
PlayerListener
extends
Listener
{
4
5
public void
playbackStarted
();
6
public void
playbackFinished
();
7
8
}