org.sikuli.script
Class HotkeyListener

java.lang.Object
  extended by org.sikuli.script.HotkeyListener

public abstract class HotkeyListener
extends Object


Constructor Summary
HotkeyListener()
           
 
Method Summary
abstract  void hotkeyPressed(HotkeyEvent e)
          Override this to implement your own hotkey handler.
 void invokeHotkeyPressed(HotkeyEvent e)
          Only used Sikuli's internal code
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotkeyListener

public HotkeyListener()
Method Detail

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