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

setDelegate:

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

Declaration 宣言

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

Parameters パラメータ

anObject

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

See Also 参照

Setting the Delegate 委任先を設定する