| Interface | Description | 
|---|---|
| EventHandler | 
 An event handler is intended to receive and handle events. 
 | 
| Class | Description | 
|---|---|
| Event | 
 MicroUI features int-based events, allowing for a rich event mechanism compatible with scare resources. 
 | 
| EventButton | 
 This class holds all methods to send MicroUI Button events to MicroUI application. 
 | 
| EventCommand | 
 This class holds all methods to send MicroUI Command events to MicroUI application. 
 | 
| EventGenerator | 
 Event generators generate int-based events (see  
Event). | 
| EventGeneric | 
 This class holds all methods to send MicroUI generic events to MicroUI application. 
 | 
| EventPermission | 
 Permission to handle events generated by an  
EventGenerator. | 
| EventPointer | 
 This class holds all methods to send MicroUI Pointer events to MicroUI application. 
 | 
| EventQueue | 
 The events queue is a mechanism to store some MicroUI and LLUIInput events in a linked list. 
 | 
| EventState | 
 This class holds all methods to send MicroUI States events to MicroUI application. 
 | 
| EventTouch | 
 This class holds all methods to send MicroUI Touch events to MicroUI application. 
 | 
| LLUIInput | 
 This class provides some methods to create internal MicroUI events which target the MicroUI
  
EventGenerator event generator implementation. |