[][src]Module ttk91::event

Event handling.

This library exposes an event-based interface for reacting to the state changes of the emulator in real-time. EventListeners can be registered on the Emulator with the add_listener method.

A blanket implementation of EventListener for all Fn(&Event) is provided.

Enums

Event

Represents an event that occurred while executing a program.

Traits

EventListener

Trait for consuming events.