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
- MethodEvent (type:String, id:String, method:Method = null)
Instance properties
Instance properties inherited from BasicEvent
Instance methods
- getExpertID : String
- getMethod : Method
Event handlers
- onRegisterMethodEVENT : String
- onUnregisterMethodEVENT : String
Constructor
MethodEvent
Instance methods
getExpertID
public function getExpertID (
) : String
getMethod
Event handlers
onRegisterMethodEVENT
public static const onRegisterMethodEVENT:String = "onRegisterMethod"
(read)
onUnregisterMethodEVENT
public static const onUnregisterMethodEVENT:String = "onUnregisterMethod"
(read)