import "Accessibility_Selector.idl";
Public Member Functions | |
void | notifyCommands (in CommandList commands) |
An interface which should be implemented by assistive technologies or other clients of the Selector interface, over which notifications to the list of available commands is made. The notifyCommands() method of the client is then called by the Selector instance.
void Accessibility::CommandListener::notifyCommands | ( | in CommandList | commands | ) |
Notify the CommandListener instance of changes to the currently available commands, by sending the current CommandList.
commands | The newly-available list of Command objects which may be invoked by the listener. |