IModel

Kind of class:interface
Inherits from:none
Implemented by:
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.mvc.IModel
File last modified:Wednesday, 31 October 2007, 07:35:29
IModel defines basic rules for model instance
using Pixlib MVC pattern.

All models must extends AbstractModel and
implement IModel interface.

Summary

Instance methods

Instance methods

notifyChanged

function notifyChanged (
e:IEvent) : Void
Notifies all registred listeners for passed-in e event.
Parameters: