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 / CyberProgressReceiver


CountBroadcasters

Retrieves the number of progress broadcasters attached to this progress receiver.

long CountBroadcasters ();
return value
The number of progress broadcasters attached to the progress receiver.
DISCUSSION
You can use this method in conjunction with the GetBroadcaster method to iterate through the broadcasters attached to a progress receiver.

If you subclass CyberProgressReceiver, you must override this method. Your override must call its inherited method.

SEE ALSO
The GetBroadcaster method (page 322).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996