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, setStorageRequired
public void run(CommandContext ctx) throws CommandException
run
in interface Command
CommandException
public ActionNotifier<ApplicationState> getNotifier()
getNotifier
in class BasicCommand
public StartupConfiguration getConfiguration()
getConfiguration
in class BasicCommand
public void actionPerformed(ActionEvent<ApplicationState> actionEvent)
actionPerformed
in interface ActionListener<ApplicationState>
public String getDescription()
getDescription
in interface Command
public Collection<ArgumentSpec> getAcceptedArguments()
getAcceptedArguments
in interface Command
Copyright © 2012. All Rights Reserved.