- addPort:forMode:
Adds a port as an input source to the specified mode of the run loop.
あるポートを入力ソースとして実行ループのこの指定されたモードへと加えます。
Availability 有効性
Technology
- (void)removePort:(NSPort
*)aPort
forMode:(NSRunLoopMode
)mode;
aPort
The port to remove from the receiver. レシーバから取り除かれることになるポート。
mode
The mode from which to remove a
.
それからa
を取り除くことになるモード。
You may specify a custom mode or use one of the modes listed in Run Loop Modes
.
If you added the port to multiple input modes, you must remove it from each mode separately. あなたがポートを複数の入力モードに加えるならば、あなたはそれを各モードから別々に取り除かなければなりません。
- addPort:forMode: