| AbstractEvent | Abstract Event structure. |
| ApplicationEvent | Event structure for all application events |
| DynBubbleEvent | Dynamic BubbleEvent implementation |
| EventPriority | Defines constant values for the priority argument of fever.events.PriorityEventBroadcaster.addListener() and fever.events.PriorityEventBroadcaster.addEventListener() methods |
| FeverController | Front controller implementation for application events / commands. |
| FeverEventList | Simple application events declaration. |
| FrameEvent | Event structure for BitmapClip and fever.display.MCBrodcaster instances |
| KeyboardEvent | Event data for keyboard interaction |
| PriorityEventBroadcaster | Dispatches events to all added listeners with the help of an BasicEvent and using listener priority to call handler in correct order. |
| PriorityListenerArray |
Array structure used in PriorityEventBroadcaster
class. Manages listeners priority value |
| StageEvent | Event structure for FeverStage object. |
| ValidationResultEvent | Event structure for validations process result. |