Model

Kind of class:class
Inherits from:none
Implements:
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.core.Model
File last modified:Wednesday, 31 October 2007, 07:35:29

Class methods

getModel

static function getModel (
s:String) : Model

isRegistered

static function isRegistered (
s:String) : Boolean

Instance methods

addEventListener

function addEventListener (
e:EventType, f:Function) : Void

addListener

function addListener (
) : Void

getID

function getID (
) : String

notifyChanged

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

release

function release (
) : Void

removeEventListener

function removeEventListener (
e:EventType) : Void

removeListener

function removeListener (
) : Void

toString

function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance