Package hw

Class KeyboardEventDispatcher

extends AsyncEventObject

The iLCDJoC API implements the commonly used observer pattern. Listeners (observers) subscribe to certain events distributed by an dispatcher object that notifies the listeners when an event occurs. The KeyboardEventDispatcher class provides this kind of dispatcher functionality for distributing keyboard events. The actual KeyboardEventDispatcher object is part of the class EventManagement.

Notes

Public Constructors

Public Methods

Methods inherited from javax.events.AsyncEvent

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_