- removeFromRunLoop: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.
このメソッドは、与えられた実行ループからある与えられた入力モードで取り除かれる時にポートの監視を停止するためにサブクラスによって実装されるべきです。
Availability 有効性
Technology
- (void)scheduleInRunLoop:(NSRunLoop
*)runLoop
forMode:(NSRunLoopMode
)mode;
runLoop
The run loop to which to add the receiver. それに対してレシーバを加える実行ループ。
mode
The run loop mode to which to add the receiver それに対してレシーバを加えることになる実行ループモード。
This method should not be called directly. このメソッドは、直接に呼び出されるべきではありません。
- removeFromRunLoop:forMode: