Package hw
Class KeyboardEventDispatcher

Public Method processEvents

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:

Application