Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberProgressBroadcaster


ResetProgress

Resets the status and progress attributes of this progress broadcaster to their default values.

void ResetProgress ();
DISCUSSION
This method resets all status and progress attributes of the broadcaster to their default values and calls the ResetProgress method of the CyberProgressReceiver class to broadcast the change to all attached progress receivers.

If you subclass CyberProgressBroadcaster and override this method, your override must call its inherited method.

SEE ALSO
The CyberProgressReceiver::ResetProgress method (page 323).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996