MethodEvent

Kind of class:public class
Package:com.bourre.ioc.assembler.method
Inherits from:BasicEvent < Event
Classpath:com.bourre.ioc.assembler.method.MethodEvent
File last modified:Monday, 21 April 2008, 17:52:20

Summary


Constructor
Instance properties
Instance properties inherited from BasicEvent
Instance methods
Instance methods inherited from BasicEvent
Event handlers

Constructor

MethodEvent

public function MethodEvent (
type:String, id:String, method:Method = null)

Instance methods

getExpertID

public function getExpertID (
) : String

getMethod

public function getMethod (
) : Method

Event handlers

onRegisterMethodEVENT

public static const onRegisterMethodEVENT:String = "onRegisterMethod"
(read)

onUnregisterMethodEVENT

public static const onUnregisterMethodEVENT:String = "onUnregisterMethod"
(read)