Packagevegas.models
Interfacepublic interface Model extends Identifiable, Runnable
Implementors CoreModel

The Model interface defines all models in the application, all models are Identifiable and Runnable.



Public Properties
 PropertyDefined By
 Inheritedid : *
Indicates the id value of this object.
Identifiable
Public Methods
 MethodDefined By
 Inherited
run(... arguments):void
Run the process.
Runnable