next up previous contents
Next: Models Up: Details of implementation Previous: Details of implementation   Contents

Models, Controllers and Views in detail

The MVC-O framework essentially supplies three base classes which implement respectively a View, a Model and a Controller. Developers have to 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:


next up previous contents
Next: Models Up: Details of implementation Previous: Details of implementation   Contents
Roberto Cavada 2008-08-26