Previous Book Contents Book Index Next

Inside Macintosh: Programming With MRJToolkit /
Chapter 2 - MRJToolkit Reference


Application-Defined Methods

The following public interfaces contain methods that you must define yourself. These methods handle various user events such as selecting the About box, quitting the application, and so on. You can use these interfaces only with Java applications packaged with JBindery.

IMPORTANT
The names of the methods described are fixed. For example, if you implement the MRJAboutHandler interface, you must include a method with the name handleAbout.

Subtopics
The MRJAboutHandler Interface
The MRJOpenDocumentHandler Interface
The MRJPrintDocumentHandler Interface
The MRJQuitHandler Interface

Previous Book Contents Book Index Next

© Apple Computer, Inc.
12 NOV 1997