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
- PropertyEvent (type:String, id:String, property:Property = null)
Instance properties
Instance properties inherited from BasicEvent
Instance methods
- getExpertID : String
- getProperty : Property
- getPropertyOwnerID : String
- getPropertyName : String
- getPropertyValue : String
- getPropertyType : String
- getPropertyRef : String
- getPropertyMethod : String
Event handlers
- onBuildPropertyEVENT : String
- onRegisterPropertyOwnerEVENT : String
- onUnregisterPropertyOwnerEVENT : String
Constructor
PropertyEvent
Instance methods
getExpertID
public function getExpertID (
) : String
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)