Public Member Functions | |
| boolean | onCommand (in AString commandId) |
| Called on command. | |
| boolean | onUpdateCommand (in AString commandId, in tmozIUpdateCommand update) |
| Called to update command. | |
Interface have to be implemented by command listener. Such listener can be registered to the view using method tmozIXULView.addCommandListener()
| boolean onCommand | ( | in AString | commandId | ) |
Called on command.
Called when user clicked on specific command in menu or on toolbar.
| commandId | Command ID |
| boolean onUpdateCommand | ( | in AString | commandId, | |
| in tmozIUpdateCommand | update | |||
| ) |
Called to update command.
Called to update state of specific command in menu or on toolbar.
| commandId | Command ID | |
| update | Object with command state. |