AbstractModel

Kind of class:public class
Package:com.bourre.model
Inherits from:none
Classpath:com.bourre.model.AbstractModel
File last modified:Tuesday, 15 April 2008, 09:25:43

Summary


Constructor
Instance methods
Event handlers

Constructor

AbstractModel

public function AbstractModel (
owner:Plugin = null, name:String = null)

Instance methods

addEventListener

public function addEventListener (
type:String, listener:Object, rest) : Boolean

addListener

public function addListener (
listener:ModelListener) : Boolean

getLogger

public function getLogger (

getName

public function getName (
) : String

getOwner

public function getOwner (
) : Plugin

handleEvent

public function handleEvent (
e:Event) : void

notifyChanged

public function notifyChanged (
e:Event) : void

release

public function release (
) : void

removeEventListener

public function removeEventListener (
type:String, listener:Object) : Boolean

removeListener

public function removeListener (
listener:ModelListener) : Boolean

setListenerType

public function setListenerType (
type:Class) : void

setName

public function setName (
name:String) : void

setOwner

public function setOwner (
owner:Plugin) : void

toString

public function toString (
) : String

Returns the string representation of this instance.
Returns:
  • the string representation of this instance

Event handlers

onInitModelEVENT

public static const onInitModelEVENT:String = "onInitModel"
(read)

onReleaseModelEVENT

public static const onReleaseModelEVENT:String = "onReleaseModel"
(read)