| Interface | Description | 
|---|---|
| MVCCallable<M extends GriffonModel,V extends GriffonView,C extends GriffonController> | An specialized closure for working with MVC members. | 
| MVCGroup | Defines an MVC group and its contents | 
| MVCGroupConfiguration | Holds the configuration of an MVC group | 
| MVCGroupManager | Manages the configuration and instantiation of MVC groups. | 
| MVCHandler | Base contract for classes that can manipulate MVC groups. |