Events
Classes for raising and handling events.
Classes
Name | Description | |
---|---|---|
BeEvent | Manages a set of listeners for a particular event and notifies them when the event is raised. | |
BeEventList | A list of BeEvent objects, accessible by an event name. | |
BeUiEvent | Specialization of BeEvent for events that take a single strongly typed argument, primarily used for UI events. |
Type Aliases
Name | Description | |
---|---|---|
Listener | A function invoked when a BeEvent is raised. | |
ListenerType | Retrieves the type of the callback function for an event type like BeEvent. |
Last Updated: 02 July, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.