Class ApplicationModel

java.lang.Object
org.scictrl.mp.orbitcorrect.mvc.ApplicationModel
Direct Known Subclasses:
ServerDataModel

public abstract class ApplicationModel extends Object
Holds references to data entities and value collections. Preferred way to exchange data from controller to view is trough the model. View must listen to model and process visually the data.
Author:
igor@scictrl.com
  • Constructor Details

    • ApplicationModel

      public ApplicationModel()

      Constructor for ApplicationModel.

  • Method Details