Constructor and Description |
---|
LauncherImpl(org.osgi.framework.BundleContext context,
CommandContextFactory cmdCtxFactory,
OSGiRegistry registry) |
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 |
setPreferences(ClientPreferences prefs) |
public LauncherImpl(org.osgi.framework.BundleContext context, CommandContextFactory cmdCtxFactory, OSGiRegistry registry)
public void run()
Launcher
public void run(Collection<ActionListener<ApplicationState>> listeners)
Launcher
public void setArgs(String[] args)
Launcher
public void setPreferences(ClientPreferences prefs)
Copyright © 2013. All Rights Reserved.