nsIControllerCommand
A generic command interface. You can register an nsIControllerCommand
with the nsIControllerCommandTable.
Returns true if the command is currently enabled. An nsIControllerCommand
can implement more than one commands; say, a group of related commands
(e.g. delete left/delete right). Because of this, the command name is
passed to each method.
aCommandName | the name of the command for which we want the enabled state. |
aCommandContext | a cookie held by the nsIControllerCommandTable, allowing the command to get some context information. The contents of this cookie are implementation-defined. |
Execute the name command.
aCommandName | the name of the command to execute. |
aCommandContext | a cookie held by the nsIControllerCommandTable, allowing the command to get some context information. The contents of this cookie are implementation-defined. |