Abstract
Abstract class that will be responsible for the basic behaviours of an event, namely storing the handlers and their manipulation.
Private
Getter for handlers
AbstractEvent
Method to add a new handler
Method to check if the Array has handlers
{boolean}
Method to remove a given handler
Method to trigger ahh handlers on the Array
Optional
Rest
Mandatory method implemenation to add events. this will be different, if it's a listener or an observer
Mandatory method implemenation to remove events. this will be different, if it's a listener or an observer
Abstract class that will be responsible for the basic behaviours of an event, namely storing the handlers and their manipulation.
Export
Abstract
Implements