com.melloware.jintellitype
Interface HotkeyListener


public interface HotkeyListener

Listener interface for Windows Hotkey events registered using the Windows API call RegisterHotKey to globally listen for a key combination regardless if your application has focus or not.

Copyright (c) 1999-2008 Melloware, Inc.

Version:
1.3.1
Author:
Emil A. Lefkof III
See Also:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputfunctions/registerhotkey.asp

Method Summary
 void onHotKey(int identifier)
          Event fired when a WM_HOTKEY message is received that was initiated by this application.
 

Method Detail

onHotKey

void onHotKey(int identifier)
Event fired when a WM_HOTKEY message is received that was initiated by this application.

Parameters:
identifier - the unique Identifer the Hotkey was assigned


Copyright © 1999-2008 Melloware Inc. All Rights Reserved.