UX Recorder: Screen capturing software for iOS. Learn more.

Glossary » event handler

event handler

a central software routine for applications in graphical user interfaces that processes events as they arrive, primarily user input such as keystrokes and mouse clicks, but also system events such as time-based triggers. The events arrive in an event buffer. The events are processed in a cycle called the “event loop” where the oldest event in the buffer is interpreted and quickly processed, then the event handler is revisited for the next event.