Event based programming: Callback

Once the event happen, the listener need to call an Action function
pictures/event_based_listener_action.svg
The action function is called Callback Function
In js: [x].addEventListener(eventName, actionName);