PropertyEvent

Kind of class:public class
Package:com.bourre.ioc.assembler.property
Inherits from:BasicEvent < Event
Classpath:com.bourre.ioc.assembler.property.PropertyEvent
File last modified:Monday, 24 November 2008, 11:36:56

Summary


Constructor
Instance properties
Instance properties inherited from BasicEvent

Constructor

PropertyEvent

public function PropertyEvent (
type:String, id:String, property:Property = null)

Instance methods

getExpertID

public function getExpertID (
) : String

getProperty

public function getProperty (

getPropertyMethod

public function getPropertyMethod (
) : String

getPropertyName

public function getPropertyName (
) : String

getPropertyOwnerID

public function getPropertyOwnerID (
) : String

getPropertyRef

public function getPropertyRef (
) : String

getPropertyType

public function getPropertyType (
) : String

getPropertyValue

public function getPropertyValue (
) : String

Event handlers

onBuildPropertyEVENT

public static const onBuildPropertyEVENT:String = "onBuildProperty"
(read)

onRegisterPropertyOwnerEVENT

public static const onRegisterPropertyOwnerEVENT:String = "onRegisterPropertyOwner"
(read)

onUnregisterPropertyOwnerEVENT

public static const onUnregisterPropertyOwnerEVENT:String = "onUnregisterPropertyOwner"
(read)