Registers the Apple event handler specified by handler for the event specified by eventClass and eventID.handlerで指定されるアップルイベントハンドラーを、eventClassとeventIDで指定されるイベントに対して登録します。
If an event handler is already registered for the specified event class and event ID, removes it. The signature for handler should match the following:
あるイベントハンドラーが、指定のイベントクラスとイベントIDに対して既に登録されるならば、それを取り除きます。handlerに対するシグネチャは、以下に合致するべきです:
If an Apple event handler has been registered for the event specified by eventClass and eventID, removes it.
あるアップルイベントハンドラーがeventClassとeventIDで指定されるイベントに対して登録されているならば、それを取り除きます。