Base objects for view part of the LowRA MVC implementation
| Interface | Description | |
|---|---|---|
| ViewListener | The ViewListener interfacedefines rules for view listeners. |
| Class | Description | |
|---|---|---|
| AbstractView | Abstract implementation of View part of the MVC implementation. | |
| ViewLocator |
The ViewLocator class is a locator for
AbstractView object. |