Persoenliche Mediazentrale
ulrich
2024-11-22 b5114d3ade21f70936bb9cbb8c0b88e4adb5733f
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 }