| Package | Description |
|---|---|
| headfirst.command.party |
| Modifier and Type | Class and Description |
|---|---|
class |
CeilingFanHighCommand |
class |
CeilingFanMediumCommand |
class |
CeilingFanOffCommand |
class |
HottubOffCommand |
class |
HottubOnCommand |
class |
LightOffCommand |
class |
LightOnCommand |
class |
LivingroomLightOffCommand |
class |
LivingroomLightOnCommand |
class |
MacroCommand |
class |
NoCommand |
class |
StereoOffCommand |
class |
StereoOnCommand |
class |
StereoOnWithCDCommand |
class |
TVOffCommand |
class |
TVOnCommand |
| Modifier and Type | Field and Description |
|---|---|
(package private) Command[] |
MacroCommand.commands |
(package private) Command[] |
RemoteControl.offCommands |
(package private) Command[] |
RemoteControl.onCommands |
(package private) Command |
RemoteControl.undoCommand |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteControl.setCommand(int slot,
Command onCommand,
Command offCommand) |
| Constructor and Description |
|---|
MacroCommand(Command[] commands) |