com.melloware.jintellitype
Interface IntellitypeListener


public interface IntellitypeListener

Listener interface for Windows Intellitype events. Intellitype are Windows App Commands that are specialand were introduced with Microsoft Keyboards that had special keys for Play, Pause, Stop, Next etc for controlling Media applications like Windows Media Player, Itunes, and Winamp.

If you have ever wanted your Swing/SWT application to respond to these global events you now can with JIntellitype. Just implement this interface and you can now take action when those special Media keys are pressed.

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/keyboardinputmessages/wm_appcommand.asp

Method Summary
 void onIntellitype(int command)
          Event fired when a WM_APPCOMMAND message is received that was initiated by this application.
 

Method Detail

onIntellitype

void onIntellitype(int command)
Event fired when a WM_APPCOMMAND message is received that was initiated by this application.

Parameters:
command - the WM_APPCOMMAND that was pressed


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