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


CreateCyberItem

Creates a Cyberdog item from information specified in this Connect To panel.

CyberItem CreateCyberItem ();
return value
The newly created CyberItem object.
DISCUSSION
Your implementation of this method should return the Cyberdog item the user specified in this Connect To panel. This method is called by the CyberItemPromptExtension::PromptForCyberItem method when the user clicks the OK button in the Connect To dialog box.

If you subclass CyberConnectExtension, 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 CyberItemPromptExtension::PromptForCyberItem method (page 249).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996