Uses of Class
org.openstreetmap.josm.io.audio.AudioPlayer.Execute
-
Packages that use AudioPlayer.Execute Package Description org.openstreetmap.josm.io.audio Provides the classes for Audio mapping features. -
-
Uses of AudioPlayer.Execute in org.openstreetmap.josm.io.audio
Fields in org.openstreetmap.josm.io.audio declared as AudioPlayer.Execute Modifier and Type Field Description private AudioPlayer.ExecuteAudioPlayer. commandMethods in org.openstreetmap.josm.io.audio with parameters of type AudioPlayer.Execute Modifier and Type Method Description voidJavaSoundPlayer. pause(AudioPlayer.Execute command, AudioPlayer.State stateChange, java.net.URL playingUrl)voidSoundPlayer. pause(AudioPlayer.Execute command, AudioPlayer.State stateChange, java.net.URL playingUrl)Ask player to pause the current playing media.voidJavaSoundPlayer. play(AudioPlayer.Execute command, AudioPlayer.State stateChange, java.net.URL playingUrl)voidSoundPlayer. play(AudioPlayer.Execute command, AudioPlayer.State stateChange, java.net.URL playingUrl)Ask player to play a new media.booleanJavaSoundPlayer. playing(AudioPlayer.Execute command)booleanSoundPlayer. playing(AudioPlayer.Execute command)Method called when a media is being played.
-