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 / CyberOpenerPartExtension


EndOpening

Informs this opener part that the process of opening a Cyberdog item is complete.

void EndOpening ();
DISCUSSION
You should not call this method directly; this method is called when the ParameterSet object associated with a Cyberdog item's opening process is released. By convention, an opener part's BeginOpening method adds the opener part to the ParameterSet object with a parameter destructor that will call EndOpening.

If you subclass CyberOpenerPartExtension, 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
The BeginOpening method (page 271).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996