ブラウザの設定でJava Scriptの使用を有効にしてご利用ください。
イベント駆動型プログラミング
マウスクリックやキー入力などの外部動作(イベント, 事象)の発生に対応して, 一定の処理を実行させるようにプログラムを組む手法.GUI(graphic user interface)向き.
出典:Wiktionary
event-driven programming (uncountable)
出典:Wikipedia
出典:『Wikipedia』 (2011/07/04 00:21 UTC 版)
In computer programming, event-driven programming or event-based programming is a programming paradigm in which the flow of the program is determined by events—i.e., sensor outputs or user actions (mouse clicks, key presses) or messages from other programs or threads.
event-driven programming