Instance Method インスタンスメソッド

removeEventHandler(forEventClass:andEventID:)

If an Apple event handler has been registered for the event specified by eventClass and eventID, removes it. あるアップルイベントハンドラーがeventClasseventIDで指定されるイベントに対して登録されているならば、それを取り除きます。

Declaration 宣言

func removeEventHandler(forEventClass eventClass: AEEventClass, 
             andEventID eventID: AEEventID)

Discussion 議論

Otherwise does nothing. そうでなければ何もしません。

See Also 参照

Working with event handlers イベントハンドラーを扱う