dashboard
repositories
filestore
activity
search
login
main
/
tango
Persoenliche Mediazentrale
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Buildscript angepasst
ulrich
2024-11-22
0bdb112dcff891a85f076774f472a244c68dcbad
[tango.git]
/
src
/
de
/
uhilger
/
tango
/
PlaylistListener.java
1
2
3
4
5
6
7
8
9
package de.uhilger.tango;
/**
*
* @author Ulrich Hilger
*/
public interface PlaylistListener {
public void titleRemoved(String listName, int titleIndex);
}