event
An event in programming is a message sent by an object to notify other objects when something interesting happens. The object that sends the message is called the event sender or event source, while the objects that receive the message are called event receivers or event listeners.