This class provides a foundation for event-based communication between BACnet components. It allows objects to register listeners for specific events and trigger those events asynchronously.
-An interface mapping event names to their argument arrays
+Creates a new instance with no registered listeners
-Alias for on
Removes a listener from the set of listeners for the specified event.
+Creates a new instance with no registered listeners
+An interface mapping event names to their argument arrays
+Alias for on
Removes a listener from the set of listeners for the specified event.
The event name to subscribe to
-The callback function to execute when the event is triggered
-The event emitter's instance for chaining
-Adds a new listener for the specified event.
+The callback function to execute when the event is triggered
+The event emitter's instance for chaining
+Adds a new listener for the specified event.
The event name to subscribe to
-The callback function to execute when the event is triggered
-The callback function for chaining
-Alias for off
An interface mapping event names to their argument arrays
-