Persoenliche Mediazentrale
ulrich
2024-11-21 1ef98569623b58f8b4e2b5863cea02bfb1e91a98
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);
}