|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mitre.cvw
Class AudioFilePlayer

java.lang.Objectorg.mitre.cvw.AudioFilePlayer
- public class AudioFilePlayer
- extends java.lang.Object
| Field Summary | |
(package private) java.applet.AudioClip |
audioClip
|
| Constructor Summary | |
AudioFilePlayer(java.lang.String filePath)
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
void |
play()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
audioClip
java.applet.AudioClip audioClip
| Constructor Detail |
AudioFilePlayer
public AudioFilePlayer(java.lang.String filePath) throws java.io.FileNotFoundException
| Method Detail |
play
public void play()
stop
public void stop()
main
public static void main(java.lang.String[] args)
|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.mitre.cvw.AudioFilePlayer