BeEventList<T extends Listener> Class

A list of BeEvent objects, accessible by an event name. This class may be used instead of explicitly declaring each BeEvent as a member of a containing class.

Methods

Name Description
constructor<T extends Listener>(): BeEventList<T>    
get(name: string): BeEvent<T> Gets the event associated with the specified name, creating the event if it does not already exist.  
remove(name: string): void Removes the event associated with a name.  

Defined in

Last Updated: 29 March, 2024