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

setDelegate:

Sets the receiver’s delegate to a given object. レシーバの持つ委任先をある与えられたオブジェクトに設定します。

Declaration 宣言

- (void)setDelegate:(id<NSMachPortDelegate>)anObject;

Parameters パラメータ

anObject

The delegate for the receiver. レシーバに対する委任先。

See Also 参照

Getting and Setting the Delegate 委任先の取得と設定