ARoad0.Pattern
Interface MVC_Model

All Known Implementing Classes:
ACSTree, InternalFrameModel, ISTree, TreeManager, ViewModel

public interface MVC_Model

The MVC pattern ensures that the GUI has a clear structure, with:

(1) a model: a database-oriented class,

(2) 1a view: a class which displays the objects on the desktop,

(3) a controller: a class which offers service utilities to the two other classes, and manages the more complex events