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

removeEventHandlerForEventClass:andEventID:

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

Declaration 宣言

- (void)removeEventHandlerForEventClass:(AEEventClass)eventClass 
                             andEventID:(AEEventID)eventID;

Discussion 議論

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

See Also 参照

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