also: イベント・ドリブン・プログラミング
noun
event-driven programming
A programming paradigm where the flow of the program is determined by events such as user actions, sensor outputs, or messages from other programs.
このアプリはイベントドリブンプログラミングで作られています。
This application is built with event-driven programming.
イベントドリブンプログラミングでは、
In event-driven programming, processing proceeds in response to user clicks.