MacroCommand
| Kind of class: | interface |
|---|---|
| Inherits from: | Command |
| Implemented by: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.commands.MacroCommand |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
MacroCommand is the basic interface to handle several commands as one command.See also:
Summary
Instance methods
addCommand
function addCommand (
oCommand:Command) : Void
Add command to MacroCommand instance.
Usage : mc.addCommand(myCommand);
Usage : mc.addCommand(myCommand);
Parameters:
oCommand:
Command instance to add.
removeCommand
function removeCommand (
oCommand:Command) : Void
Remove command to MacroCommand instance.
Usage : mc.removeCommand(myCommand);
Usage : mc.removeCommand(myCommand);
Parameters:
oCommand:
Command instance to remove.