Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Register and unregister commands with the command table.
the name of the command under which to register or unregister the given command handler.
the handler for this command.
Generated using TypeDoc
nsIControllerCommandTable
An interface via which a controller can maintain a series of commands, and efficiently dispatch commands to their respective handlers.
Controllers that use an nsIControllerCommandTable should support nsIInterfaceRequestor, and be able to return an interface to their controller command table via getInterface().