Table of Contents
A Controller which translates commands the user executed on the view into explicit manipulations of the model. This is where the business logic lives.
__init__ ( self, model )
setView ( self, view )