Package com.ohrasys.app

Provides a general model-view-controller application framework.

See:
          Description

Interface Summary
AppControllerEventListener The application model event listener interface.
AppModelEventListener The application model event listener interface.
AppViewEventListener The application view event listener interface.
 

Class Summary
AbstractApp An abstract MVC based application framework.
AbstractAppController A basic controller that negotiates the state between a model and one or more views.
AbstractAppModel A basic application model which should be subclassed and specialized by specific application implementations by implementing the processEvent method.
AbstractAppView A basic application view which should be subclassed and specialized by specific application implementations.
AppOption An object representing a command line option.
 

Exception Summary
AppException An application exception class
 

Package com.ohrasys.app Description

Provides a general model-view-controller application framework.

Since:
1.4