| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--mam.sound.TimedSound
Field Summary | |
(package private) AudioClip | m_clip |
(package private) int | m_duration |
(package private) int | m_startDelay |
Fields inherited from class java.lang.Thread |
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY |
Constructor Summary | |
TimedSound(AudioClip clip, int startDelay, int duration) |
Method Summary | |
void | run() |
void | setClip(AudioClip clip) |
void | setDuration(int duration) |
void | setStartDelay(int startDelay) |
Methods inherited from class java.lang.Thread |
currentThread, yield, sleep, sleep, start, stop, stop, interrupt, interrupted, isInterrupted, destroy, isAlive, suspend, resume, setPriority, getPriority, setName, getName, getThreadGroup, activeCount, enumerate, countStackFrames, join, join, join, dumpStack, setDaemon, isDaemon, checkAccess, toString, getContextClassLoader, setContextClassLoader |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize |
Field Detail |
AudioClip m_clip
int m_duration
int m_startDelay
Constructor Detail |
public TimedSound(AudioClip clip, int startDelay, int duration)
Method Detail |
public void run()
public void setClip(AudioClip clip)
public void setDuration(int duration)
public void setStartDelay(int startDelay)
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |