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
Updated project dependencies
[stereo.git]
/
MemphisDJ
/
src
/
notification
/
EventGenerator.java
blob
5fbaf03c95c7ab19b0cec9c038b403babfd37fe6
1
package
notification
;
2
3
4
public interface
EventGenerator
<
T
extends
Listener
> {
5
6
public void
registerListener
(
T listener
);
7
public void
removeListener
(
T listener
);
8
9
}