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


BroadcasterDetached

Notifies this progress receiver that it has been detached from a progress broadcaster.

void BroadcasterDetached (in CyberProgressBroadcaster broadcaster);
broadcaster
The progress broadcaster from which the progress receiver has been detached.
DISCUSSION
When the CyberProgressBroadcaster::DetachReceiver method is called to detach a progress receiver from a progress broadcaster, that method calls BroadcasterDetached to notify the progress receiver that it has been detached from the broadcaster. Once a progress receiver has been detached from a broadcaster, the broadcaster no longer notifies it of status and progress changes.

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


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996