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.  

Last Updated: 13 May, 2024