org.sikuli.script
Class HotkeyListener
java.lang.Object
org.sikuli.script.HotkeyListener
public abstract class HotkeyListener
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotkeyListener
public HotkeyListener()
hotkeyPressed
public abstract void hotkeyPressed(HotkeyEvent e)
- Override this to implement your own hotkey handler.
invokeHotkeyPressed
public void invokeHotkeyPressed(HotkeyEvent e)
- Only used Sikuli's internal code