dashboard
repositories
filestore
activity
search
login
main
/
tango
Persoenliche Mediazentrale
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Build-Anweisungen in Readme aktualisiert.
ulrich
2024-11-22
c259d990ad63b38140985ba6e25b5046dd767833
[tango.git]
/
src
/
de
/
uhilger
/
tango
/
PlaylistListener.java
commit
|
author
|
age
7f4414
1
package de.uhilger.tango;
U
2
3
/**
4
*
5
* @author Ulrich Hilger
6
*/
7
public interface PlaylistListener {
8
public void titleRemoved(String listName, int titleIndex);
9
}