Protocol

NSProgressReporting

An interface for objects that report progress using a single progress instance. 進捗を単一の進捗インスタンスを使って報告するオブジェクトに対するインターフェイス。

Declaration 宣言

@protocol NSProgressReporting

Overview 概要

Create the returned progress object using NSProgressReporting. The resulting object has no parent allowing the caller to add it to a progress tree using NSProgressReporting. 返される進捗オブジェクトをNSProgressReportingを使って作成してください。結果オブジェクトは親を持たず、それを進捗ツリーへとNSProgressReportingを使って加えることを呼び出し側に可能にしています。

You can return a single progress object or a progress tree. あなたは、ある単一の進捗オブジェクトまたはある進捗ツリーを返すことができます。 If you are creating a progress tree, add the children to the returned progress object as described in Reporting Progress for Multiple Operations.

You are responsible for setting and updating the NSProgressReporting of any NSProgress object you create. あなたは、あなたが作成するあらゆるNSProgressオブジェクトのNSProgressReportingの設定と更新に責任があります。

Topics 話題

Custom Class Progress カスタムクラス進捗

Relationships 関係

Inherits From 継承元

Inherited By 継承される先

See Also 参照

Progress 進捗