This package org.servebox.model contains the basic classes for the Model part of MVC design pattern Learn more at http://java.sun.com/blueprints/patterns/catalog.html
| Class | Description | |
|---|---|---|
| AbstractModel | AbstractModel is used as data model base and it implements notification/observation mechanisms. | |
| ModelAlreadyRegisteredError | A ModelAlreadyRegisteredError is thrown when a Model is already registered to the ModelLocator. | |
| ModelLocator | ModelLocator implements Singleton, this class is designed to store references to the models of an application | |
| ModelNotFoundError |
A ModelNotFoundError is thrown
when the wanted ModelLocator is not registered
to the modelsAssociativeMap array. |