sbIGlobalHotkeyCallback Interface Reference

Global hotkeys callback interface This interface is used by callback objects to receive a notification when a registered hotkey is pressed anywhere in the system (not just when the application is focused) More...

import"IGlobalHotkeys.idl";

Inheritance diagram for sbIGlobalHotkeyCallback:
[legend]
Collaboration diagram for sbIGlobalHotkeyCallback:
[legend]

Public Member Functions

void onHotkey (in AString key_id)
 Global hotkey callback method This method is called when a registered global hotkey has been pressed anywhere in the system (not just when the application is focused) More...
 

Detailed Description

Global hotkeys callback interface This interface is used by callback objects to receive a notification when a registered hotkey is pressed anywhere in the system (not just when the application is focused)

See Also
sbIGlobalHotkeys

Definition at line 47 of file IGlobalHotkeys.idl.

Member Function Documentation

void sbIGlobalHotkeyCallback::onHotkey ( in AString  key_id)

Global hotkey callback method This method is called when a registered global hotkey has been pressed anywhere in the system (not just when the application is focused)

Parameters
key_idThe id for the hotkey, specified when the hotkey was registered
See Also
sbIGlobalHotkeys, sbIGlobalHotkeys::addHotkey()

The documentation for this interface was generated from the following file: