- performSelector:target:argument:order:modes:
Schedules the sending of a message on the receiver.
レシーバ上でメッセージの送信を予定します。
Availability 有効性
Technology
@property(copy) NSArray
<NSRunLoopMode
> *runLoopModes;
An array of string constants specifying the current run-loop modes. 現在の実行ループモードを指定している文字列定数それらからなるある配列。
By default, the sole run-loop mode is NSDefault
(which excludes data from NSConnection
objects). Some examples of other uses are to limit the input to data received during a mouse-tracking session by setting the mode to NSEvent
, or limit it to data received from a modal panel with NSModal
.
初期状態では、唯一の実行ループモードはNSDefault
です(それはNSConnection
オブジェクトからのデータを除外します)。他の利用のいくつかの例は、モードをNSEvent
に設定することによって入力をマウス追跡セッションの間に受け取ったデータに制限する、またはそれをモーダルパネルから受け取ったデータにNSModal
で制限するなどになります。
- performSelector:target:argument:order:modes: