Classes | |
class | AbstractApp |
An abstract MVC based application framework. More... | |
class | AbstractAppController |
A basic controller that negotiates the state between a model and one or more views. More... | |
class | AbstractAppModel |
A basic application model which should be subclassed and specialized by specific application implementations by implementing the processEvent method. More... | |
class | AbstractAppView |
A basic application view which should be subclassed and specialized by specific application implementations. More... | |
interface | AppControllerEventListener |
The application model event listener interface. More... | |
class | AppException |
An application exception class. More... | |
interface | AppModelEventListener |
The application model event listener interface. More... | |
class | AppOption |
An object representing a command line option. More... | |
interface | AppViewEventListener |
The application view event listener interface. More... |