5.1.2:The
Types of Handler
ハンドラの形式
A handler
is a complete
section of code. Each handler can be executed
independently. There are four types of handler: commands,
functions, getProp handlers and setProp handlers.
ハンドラは、プログラム・コードの完結した一つの段落をいいます。各ハンドラは、個々独立して実行されます。ハンドラには四つの形式がありそれぞれ:コマンド、関数、getProp(プロパティ取得)ハンドラ、setProp(プロパティ設定)ハンドラと呼ばれます。