@Service public interface Launcher
Modifier and Type | Method and Description |
---|---|
void |
run(String[] args,
boolean inShell)
Invoked in order to start a command, either when Thermostat starts, or within
the thermostat shell.
|
void |
run(String[] args,
Collection<ActionListener<ApplicationState>> listeners,
boolean inShell)
Invoked in order to start a command, either when Thermostat starts, or within
the thermostat shell.
|
void run(String[] args, boolean inShell)
args
- the name of the command and any arguments to itinShell
- whether invoked from within the thermostat shellvoid run(String[] args, Collection<ActionListener<ApplicationState>> listeners, boolean inShell)
args
- the name of the command and any arguments to itlisteners
- the collection of listeners to be added to the commandinShell
- whether invoked from within the thermostat shellCopyright © 2013. All rights reserved.