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


GetReceiver

Retrieves a progress receiver attached to this progress broadcaster.

CyberProgressReceiver GetReceiver (in long index);
index
The zero-based index of the CyberProgressReceiver object to be retrieved.
return value
The CyberProgressReceiver object specified by index.
DISCUSSION
This method retrieves by index a progress receiver that is attached to this broadcaster. You can use this method in conjunction with the CountReceivers method to iterate through the progress receivers attached to a broadcaster.

If the value supplied in the index parameter is out of range, the return value of this method is undefined.

SEE ALSO
The CountReceivers method (page 301).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996