Public Member Functions | |
(void) | - progressTracker:didChangeProgressTo: |
(void) | - progressTrackerDidFinish: |
- (void) progressTracker: | (HFProgressTracker *) | tracker | ||
didChangeProgressTo: | (double) | fraction | ||
Once beginTrackingProgress is called, this is called on the delegate at regular intervals to report on the new progress.
- (void) progressTrackerDidFinish: | (HFProgressTracker *) | tracker |
Once the thread has called noteFinished:, this is called on the delegate in the main thread to report that the background thread is done.