- Inside Macintosh: OpenDoc Class Reference /
- Part 1 - Classes and Methods / ODEmbeddedFramesIterator
PartRemoved
The PartRemoved method should invalidate this embedded-frames iterator.
void PartRemoved ();
DISCUSSION
The part whose embedded frames this iterator traverses calls this method when the part closes. This embedded-frames iterator then becomes invalid and should no longer attempt to communicate with its part; any pointers that this embedded-frames iterator had to its part should be considered invalid.
OVERRIDING
When you subclass ODEmbeddedFramesIterator, you must override this method. Your override method must not call its inherited method; that is, your override method must implement this method's functionality completely.
© Apple Computer, Inc.
17 JUL 1996