BeEventList<T extends Listener> Class
Beta Is this class used?
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 | |
|---|---|---|
| get(name: string): BeEvent<T extends Listener> | Gets the BeEvent associated with a name. | |
| remove(name: string): void | Removes the BeEvent associated with a name. |
Defined in
Last Updated: 08 January, 2020