Event Listener ↔ function to await Event & on Signal Trigger, call Event Handler
aka Listener
References
Target Phase↔Eventhandle at target; executes Callback Functions attach to Event ListenerEventTarget↔ Top-level Abstract Class Interface extends most objects with ability to receiveEvents or add Event ListenerEvent Delegation↔ (Design Pattern) to attach Event Listener to common parent to utilize Bubbling Phase to applyEventto multiple ElementWebhook↔ Listener for Async web event, to push real-time updates to App/Backend