Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Creating a Java Client Application: A Tutorial

   

The Interface Controller

In a Java Client application an interface controller--an EOInterfaceController object--mediates between the applet interface and the model objects on the client. When you use Project Builder to create a Java Client project, it automatically generates code for a custom EOInterfaceController subclass and makes an object of this class the owner of the nib file. The class is named after the project and includes the package prefix of project.client.

In the Model-View-Controller design paradigm, the interface controller plays the role of (obviously) controller. It has four outlets:


© 1999 Apple Computer, Inc. – (Last Updated 13 Sep 99)