dashboard
repositories
filestore
activity
search
login
main
/
tango
Persoenliche Mediazentrale
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Beruecksichtigung eines gleichnamigen Untertitel-Files
ulrich
2025-03-24
89e41699fee6789130e20837831509bcacc9b1ff
[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);
}