Package org.openstreetmap.josm.io.audio
Interface AudioListener
-
- All Known Implementing Classes:
AudioPlayer
public interface AudioListener
Listener receiving audio playing events.- Since:
- 12328
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
playing(URL playingURL)
Called when a new URL is being played.
-