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