nl.coderight.jazz
Class Model

java.lang.Object
  extended by nl.coderight.jazz.Model
Direct Known Subclasses:
FormModel

public abstract class Model
extends Object

Model is part of the HMVC pattern.

The model represents data/state.

See Also:
FormModel, Controller.setModel(Model)

Constructor Summary
Model()
           
 
Method Summary
 void notifyModelChanged()
          Notify model is changed.
protected  void notifyModelChanged(FormModelEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model

public Model()
Method Detail

notifyModelChanged

public final void notifyModelChanged()
Notify model is changed.


notifyModelChanged

protected final void notifyModelChanged(FormModelEvent evt)


Copyright 2010 CodeRight, All rights reserved.