Important: The information in this document is obsolete and should not be used for new development.
GetAttachedProgressBroadcaster
Retrieves the progress broadcaster attached to this progress part.
CyberProgressBroadcaster GetAttachedProgressBroadcaster ();
- return value
- The progress broadcaster attached to the progress part.
DISCUSSION
This method returns the broadcaster that is currently attached to a progress part, if any.If you subclass
CyberProgressPartExtension
, you must override this method. Your override must not call its inherited method; that is, your override method must implement this method's functionality completely.SEE ALSO
TheAttachProgressBroadcaster
method (page 315).
TheDetachProgressBroadcaster
method (page 315).