Package hw
This interface is used for receiving keyboard events. Keyboard event listeners (classes implementing this interface) are required to implement the onKeyDown() and onKeyUp() methods in order to receive information about keyboard events. The two methods will be called automatically by the event management system when a keyboard event occurs after a listener object has been added to the EventManagement.
To receive keyboard events, keyboard reporting has to be enabled. This is done using the method IO.setKeyboardReportingEnabled(boolean). Also a keyboard event listener object has to be added to the event system by calling addListener(OnKeyboardListenerObject).
Note
_INSERT_CONSTRUCTOR_ENTRY_HERE_
Public Methods
_INSERT_INHERITED_METHOD_ENTRY_HERE_
_INSERT_FIELDS_ENTRY_HERE_
Copyright © demmel products gmbh. All rights reserved.