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
/
LibraryListener.java
blob
c5ab2ac3f36b023e68e8b1adfc14c2c7fe55cbd1
1
package
notification
;
2
3
4
public interface
LibraryListener
extends
Listener
{
5
6
public void
libraryVersionChanged
(
int
version
);
7
8
}