Abstract Getter that allows to obtain the eventTarget reference
AbstractListener
Private _eventPrivate _eventPrivate _eventProtected eventStore the listener callback
AbstractListener
Protected useFlag to indicate if event will be dispatched to the registered listener before being dispatched to any EventTarget beneath it in the DOM tree.
AbstractListener
Creates an instance of AbstractListener.
AbstractListener
Optional isCustomEvent: boolean = false
Abstract class that will be responsible for the basic behaviours of a listener, namely storing the callbacks.
Export
Abstract
Implements