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

run()

Causes the receiver to start listening for spell-checking requests. レシーバに、スペルチェック要請に対して聞き耳をたてることを開始させます。

Declaration 宣言

func run()

Discussion 議論

This method starts a loop that never returns; you need to set the NSSpellServer object’s delegate before sending this message. このメソッドは決して復帰しないループを開始します;あなたはNSSpellServerオブジェクトのもつ委任先をこのメッセージを送る前に設定する必要があります。

See Also 参照

Providing Spelling Services スペルサービスを提供する

Related Documentation 関連文書