Package hw
Class KeyboardEventDispatcher
void processEvents()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
If a keyboard event occurs the processEvents() method will notify all keyboard event listeners by calling their implementation of the onKeyDown and the onKeyUp methods.
Note
Example
EventManagement.getKeyboardEventDispatcher().processEvent();
See also:
Copyright © demmel products gmbh. All rights reserved.