|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadExceededException | |
---|---|
as.clynx | |
as.clynx.audio | |
as.clynx.audio.mux | |
as.clynx.util |
Uses of ThreadExceededException in as.clynx |
---|
Methods in as.clynx that throw ThreadExceededException | |
---|---|
static void |
GUIThread.checkVadility()
checks the current thread. if the current thread is a GUIThread instance and stoped was set true a ThreadExceededException is thrown. |
void |
App.evaluate(Constant settings,
FileListLoader loader)
starts the evaluation. |
void |
App.evaluate(SettingControl settings,
FileListLoader loader,
ListContentProvider provider)
starts the evaluation. |
static void |
CLynx.main(java.lang.String[] args)
executeable mode. starts the cLynx in stand-alone mode. if a propertyfile was specified, the application runs in consolemode otherwise the GUI mode is started. |
Uses of ThreadExceededException in as.clynx.audio |
---|
Methods in as.clynx.audio that throw ThreadExceededException | |
---|---|
void |
Player.play()
starts the mixing. in gui mode the ThreadExceededException is throws, when the GUI thread was stoped. |
Uses of ThreadExceededException in as.clynx.audio.mux |
---|
Methods in as.clynx.audio.mux that throw ThreadExceededException | |
---|---|
void |
MUX.doMixing()
|
abstract void |
AbstractMUX.doMixing()
does the mixing. the ThreadExceededException is thrown only in gui mode when the playbach is stoped by the user. |
Uses of ThreadExceededException in as.clynx.util |
---|
Methods in as.clynx.util that throw ThreadExceededException | |
---|---|
void |
FileListLoader.addFilesTo(IAudioFileCollection collection)
adds the file to the IAudioFileCollection |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |