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


AttachReceiver

Attaches a progress receiver to this progress broadcaster.

void AttachReceiver (in CyberProgressReceiver receiver);
receiver
The CyberProgressReceiver object to attach to the process.
DISCUSSION
Once a progress receiver has been attached to a broadcaster, the broadcaster notifies the receiver of status and progress changes.

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

SEE ALSO
The DetachReceiver method (page 301).
The CyberProgressReceiver::BroadcasterAttached method (page 320).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996