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

setDelegate(_:)

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

Declaration 宣言

func setDelegate(_ anObject: NSMachPortDelegate?)

Parameters パラメータ

anObject

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

See Also 参照

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