|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.jmrix.loconet.soundloader.LoaderEngine
public class LoaderEngine
Controls the actual LocoNet transfers to download sounds into a Digitrax SFX decoder.
| Constructor Summary | |
|---|---|
LoaderEngine(LocoNetSystemConnectionMemo memo)
|
|
| Method Summary | |
|---|---|
void |
dispose()
|
LocoNetMessage |
nextTransfer()
Get the next message for an ongoing WAV download. |
void |
notify(String message)
Nofify of status of download. |
void |
protectedWait(int millis)
Provide a simple object wait. |
void |
runDownload(SpjFile file)
Send the complete sequence to download to a decoder. |
void |
sendOneWav(int index)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoaderEngine(LocoNetSystemConnectionMemo memo)
| Method Detail |
|---|
public void runDownload(SpjFile file)
public void sendOneWav(int index)
throws jmri.jmrix.loconet.soundloader.LoaderEngine.DelayException
jmri.jmrix.loconet.soundloader.LoaderEngine.DelayExceptionpublic void notify(String message)
public void protectedWait(int millis)
public LocoNetMessage nextTransfer()
public void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||