Instance Method
インスタンスメソッド
remove(from:forMode:)
This method should be implemented by a subclass to stop monitoring of a port when removed from a give run loop in a given input mode.
このメソッドは、与えられた実行ループからある与えられた入力モードで取り除かれる時にポートの監視を停止するためにサブクラスによって実装されるべきです。
Parameters
パラメータ
runLoop
The run loop from which to remove the receiver.
それからレシーバを取り除くことになる実行ループ。
mode
The run loop mode from which to remove the receiver
それからレシーバを取り除くことになる実行ループモード。
Discussion
議論
This method should not be called directly.
このメソッドは、直接に呼び出されるべきではありません。
See Also
参照
Port Monitoring
ポート監視
func schedule(in: RunLoop, forMode: RunLoop.Mode)
This method should be implemented by a subclass to set up monitoring of a port when added to a given run loop in a given input mode.
このメソッドは、与えられた実行ループへとある与えられた入力モードで加えられる時にポートの監視を準備するためにサブクラスによって実装されるべきです。