next up previous
Next: Model Up: Details of implementation Previous: Details of implementation

Models, Controllers and Views

The MVC Infrastructure essentially supplies three base classes which implement respectively a View, a Model and a Controller. Developers must derive custom classes from the base classes set, adding the implementation which depends on the application semantics.

Model base class
Supplies servicing for:

Controller base class
Supplies servicing for:

View base class
Supplies servicing for:



Subsections
next up previous
Next: Model Up: Details of implementation Previous: Details of implementation
Roberto Cavada 2004-11-16