aninest-root / Listeners
Listeners
Generic utility functions and types for listeners to non-cascading events.
Type Aliases
Type Alias | Description |
---|---|
Listener | A listener function that is called when an event is broadcast. |
ListenerSet | Uses a Map instead of a Set because a Map preserves insertion order when iterating through items. |