org.speakright.core
Interface IModel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Model, Model, ModelBase

public interface IModel
extends java.io.Serializable

Interface for the application-defined model. SpeakRight promotes an MVC architecture for speech applications, where a model is used to hold application data. The model is used to share data between flow objects. Model objects are Serializable so SpeakRight can save & restore state between HTTP requests.

Author:
Ian Rae

Method Summary
 IModelBinder ModelBinder()
           
 void ModelBinderSet(IModelBinder binder)
           
 

Method Detail

ModelBinder

IModelBinder ModelBinder()

ModelBinderSet

void ModelBinderSet(IModelBinder binder)