Home Segments Top Top Previous Next

763: Mainline

You have already seen three elements of the diagram shown in Segment 761 at work in the example of the MovieApplication, defined in Segment 726.

In that definition, you see an application class, a view class, and a listener class:

There is no model class. The LocalWindowListener listener instance does no fetching from a view or relaying to a model; when activated, the listener's only job is to shut down the application.