ARoad0.Pattern
Interface MVC_Controller

All Known Subinterfaces:
BaseListener, RightsMediator, RightsNetworkObserver, TreeBaseListener
All Known Implementing Classes:
ACSTreeBaseListenerImpl, AssociationMapPropertyEditor, BaseObjectHandler, BaseObjectMapPropertyEditor, BeamerManager, CollectionPropertyEditor, GraphicViewBaseListenerImpl, ISTreeBaseListenerImpl, RightMapPropertyEditor, RightsMediatorImpl, SimplePropertyEditor, StringMapPropertyEditor, StringTwoKeysMapPropertyEditor, ViewTreeBaseListenerImpl

public interface MVC_Controller

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