public interface Launcher
Modifier and Type | Method and Description |
---|---|
void |
run()
Invoked in order to start a command, either when Thermostat starts, or within
the thermostat shell.
|
void |
run(Collection<ActionListener<ApplicationState>> listeners)
Invoked in order to start a command, either when Thermostat starts, or within
the thermostat shell.
|
void |
setArgs(String[] args)
Should be set before calling run()
|
void run()
void run(Collection<ActionListener<ApplicationState>> listeners)
void setArgs(String[] args)
command
- line arguments to the programCopyright © 2013. All Rights Reserved.