as.clynx
Class App
java.lang.Object
as.clynx.App
public class App
- extends java.lang.Object
The class app controls the whole playback. it is started in GUI and Console
mode. only the passed SettingConstrol instance defines the mode.
in GUI mode a TabbedSettingsPanel instance is passed
in Console mode a Constant instance is passed
- Version:
- cLynx v.1.2, JDK 6.0: 20.09.2007
- Author:
- Andreas Senfter - andreas@senfters.com
Constructor Summary |
App()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
App
public App()
evaluate
public void evaluate(SettingControl settings,
FileListLoader loader,
ListContentProvider provider)
throws ThreadExceededException
- starts the evaluation. The ThreadExceededException is thrown when the GUI
Thread was stoped.
- Parameters:
settings
- loader
- provider
-
- Throws:
ThreadExceededException
evaluate
public void evaluate(Constant settings,
FileListLoader loader)
throws ThreadExceededException
- starts the evaluation. The ThreadExceededException is thrown when the GUI
Thread was stoped.
- Parameters:
settings
- loader
-
- Throws:
ThreadExceededException