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


DetachReceiver

Detaches a progress receiver from this progress broadcaster.

void DetachReceiver (in CyberProgressReceiver receiver);
receiver
The CyberProgressReceiver object to detach from the process.
DISCUSSION
Once a progress receiver has been detached from a broadcaster, the broadcaster no longer 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 AttachReceiver method (page 300).
The CyberProgressReceiver::BroadcasterDetached method (page 320).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996