Inheritance diagram for PlaySoundAction:

Public Member Functions | |
| void | addStopListener (PlaySoundListener psl) |
| PlaySoundAction (File soundFile) | |
| void | invoke () |
| void | pause () |
| void | stop () |
| Stops the audio player and disposes resources. | |
| void | unpause () |
Static Package Functions | |
| [static initializer] | |
Classes | |
| interface | PlaySoundListener |
This software is distributed under the BSD License.
Definition at line 26 of file PlaySoundAction.java.
| PlaySoundAction | ( | File | soundFile | ) |
| void invoke | ( | ) |
Implements R3Action.
Definition at line 62 of file PlaySoundAction.java.
References PlaySoundAction.stop().
Referenced by Device.doPlaySound().
1.4.7