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

handlePortMessage:

Processes a given incoming message on the port. そのポート上でのある与えられたやって来るメッセージを処理します。

Declaration 宣言

- (void)handlePortMessage:(NSPortMessage *)message;

Parameters パラメータ

portMessage

An incoming port message. あるやって来るポートメッセージ。

Discussion 議論

See NSPort for more information. NSPortをさらなる情報として見てください。

The delegate should implement either handlePortMessage: or the NSMachPortDelegate protocol method handleMachMessage:. You must not implement both delegate methods. 委任先は、handlePortMessage:もしくはNSMachPortDelegateのプロトコルメソッドhandleMachMessage:のどちらかを実装するべきです。あなたは、両方の委任先メソッドを実装してはなりません。

See Also 参照

Related Documentation 関連文書