ConstructorEvent
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.ioc.assembler.constructor |
| Inherits from: | BasicEvent < Event |
| Classpath: | com.bourre.ioc.assembler.constructor.ConstructorEvent |
| File last modified: | Monday, 24 November 2008, 11:36:56 |
Summary
Constructor
- ConstructorEvent (type:String, id:String, constructor:Constructor = null)
Instance properties
Instance properties inherited from BasicEvent
Instance methods
- getExpertID : String
- getConstructor : Constructor
Event handlers
- onRegisterConstructorEVENT : String
- onUnregisterConstructorEVENT : String
Constructor
ConstructorEvent
Instance methods
getConstructor
getExpertID
public function getExpertID (
) : String
Event handlers
onRegisterConstructorEVENT
public static const onRegisterConstructorEVENT:String = "onRegisterConstructor"
(read)
onUnregisterConstructorEVENT
public static const onUnregisterConstructorEVENT:String = "onUnregisterConstructor"
(read)