MVC Refresh
The controller gets the values from the model and takes those values and sets them in the view.
MVC Apply
The controller gets the values from the view and takes those values and sets them in the model.
MVC Action
The controller receives an event notification from the view and based on the event sends a corresponding message(s) to the model.
Note that the controller registers interest in the event(s) during initialization.
Introduction To Objects With Java (Chapter 901 - Model-View-Controller (MVC))
Chapter 901 - Model-View-Controller (MVC)
Concepts
Contents
Overview
Concepts
Example 1
Example 2
Challenge
Chapter
Top
Search
TOC