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
Instance properties
Instance properties inherited from BasicEvent
Instance methods
Instance methods inherited from BasicEvent

Constructor

ConstructorEvent

public function ConstructorEvent (
type:String, id:String, constructor:Constructor = null)

Instance methods

getConstructor

public function getConstructor (

getExpertID

public function getExpertID (
) : String

Event handlers

onRegisterConstructorEVENT

public static const onRegisterConstructorEVENT:String = "onRegisterConstructor"
(read)

onUnregisterConstructorEVENT

public static const onUnregisterConstructorEVENT:String = "onUnregisterConstructor"
(read)