IController
| Kind of class: | interface |
|---|---|
| Inherits from: | none |
| Implemented by: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.mvc.IController |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
IController defines basic rules for controller instance using Pixlib MVC pattern.
All controllers must extends AbstractController and
implement IController interface.