jxgrabkey
Interface HotkeyListener

All Known Subinterfaces:
HotkeyListenerDebugEnabled

public interface HotkeyListener

This listener is used to handle hotkey events from externally.


Method Summary
 void onHotkey(int id)
          This method receives the hotkey events which are received by the main listen loop.
 

Method Detail

onHotkey

void onHotkey(int id)
This method receives the hotkey events which are received by the main listen loop.

Parameters:
id -