HexFiend
Instance Methods | List of all members
<HFProgressTrackerDelegate > Protocol Reference
Inheritance diagram for <HFProgressTrackerDelegate >:

Instance Methods

(void) - progressTracker:didChangeProgressTo:
 
(void) - progressTrackerDidFinish:
 

Method Documentation

§ progressTracker:didChangeProgressTo:()

- (void HFProgressTrackerDelegate) 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.

§ progressTrackerDidFinish:()

- (void HFProgressTrackerDelegate) 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.


The documentation for this protocol was generated from the following file: