public class ThermostatService extends BasicCommand implements ActionListener<ApplicationState>
| Constructor and Description |
|---|
ThermostatService() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent<ApplicationState> actionEvent) |
Collection<ArgumentSpec> |
getAcceptedArguments() |
StartupConfiguration |
getConfiguration() |
String |
getDescription() |
String |
getName() |
ActionNotifier<ApplicationState> |
getNotifier() |
String |
getUsage() |
void |
run(CommandContext ctx) |
isStorageRequired, setStorageRequiredpublic void run(CommandContext ctx) throws CommandException
run in interface CommandCommandExceptionpublic ActionNotifier<ApplicationState> getNotifier()
getNotifier in class BasicCommandpublic StartupConfiguration getConfiguration()
getConfiguration in class BasicCommandpublic void actionPerformed(ActionEvent<ApplicationState> actionEvent)
actionPerformed in interface ActionListener<ApplicationState>public String getDescription()
getDescription in interface Commandpublic Collection<ArgumentSpec> getAcceptedArguments()
getAcceptedArguments in interface CommandCopyright © 2012. All Rights Reserved.