Persoenliche Mediazentrale
ulrich
2024-11-22 a0ecf24dedf8ecde4630499274fa108e9eb1d8ff
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);
}