Package org.sikuli.basics
Class HotkeyListener
java.lang.Object
org.sikuli.basics.HotkeyListener
public abstract class HotkeyListener extends Object
-
Constructor Summary
Constructors Constructor Description HotkeyListener() -
Method Summary
Modifier and Type Method Description abstract voidhotkeyPressed(HotkeyEvent e)Override this to implement your own hotkey handler.voidinvokeHotkeyPressed(HotkeyEvent e)INTERNAL USE: system specific handler implementation
-
Constructor Details
-
HotkeyListener
public HotkeyListener()
-
-
Method Details
-
hotkeyPressed
Override this to implement your own hotkey handler.- Parameters:
e- HotkeyEvent
-
invokeHotkeyPressed
INTERNAL USE: system specific handler implementation- Parameters:
e- HotkeyEvent
-