The GenProcess Object

Up: GEOS SDK TechDocs | Up | Down | Next: 1 Starting and Stopping
| One-page Version of this Chapter for Easy Printing

GenProcessClass is the class that you will use to define the Process object of your applications. This class includes some functionality for opening and closing geodes as well as saving to and restoring from state files. Typically, your application will define its own subclass of GenProcessClass ; this subclass will be used as your Process object and will receive all messages destined for the Process.

In this subclass you can alter the GenProcessClass , ProcessClass , or MetaClass messages you need. More often, however, the subclass will be used to define new messages that are application-global or that should be handled by your Process object.


Up: GEOS SDK TechDocs | Up | Down | Next: 1 Starting and Stopping
| One-page Version of this Chapter for Easy Printing