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


BroadcasterAttached

Notifies this progress receiver that it has been attached to a progress broadcaster.

void BroadcasterAttached (in CyberProgressBroadcaster broadcaster);
broadcaster
The progress broadcaster to which the progress receiver has been attached.
DISCUSSION
When the CyberProgressBroadcaster::AttachReceiver method is called to attach a progress receiver to a progress broadcaster, that method calls BroadcasterAttached to notify the progress receiver that it has been attached to the broadcaster. Once a progress receiver has been attached to a broadcaster, the broadcaster notifies it of status and progress changes.

SEE ALSO
The BroadcasterDetached method (page 320).
The CyberProgressBroadcaster::AttachReceiver method (page 300).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996