PluginEvent
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.plugin |
| Inherits from: | ValueObjectEvent < BasicEvent < Event |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.plugin.PluginEvent |
| File last modified: | Monday, 24 November 2008, 11:36:50 |
Summary
Constructor
- PluginEvent (sType:String, target:Object = null, plugin:Plugin = null)
Instance properties
Instance properties inherited from ValueObjectEvent
Instance properties inherited from BasicEvent
Instance methods
Instance methods inherited from ValueObjectEvent
Event handlers
- onInitPluginEVENT : String
- onReleasePluginEVENT : String
Constructor
PluginEvent
public function PluginEvent (
sType:String,
target:Object = null,
plugin:Plugin = null,
valueObject:ValueObject = null)
Instance methods
getPlugin
Event handlers
onInitPluginEVENT
public static const onInitPluginEVENT:String = "onInitPlugin"
(read)
onReleasePluginEVENT
public static const onReleasePluginEVENT:String = "onReleasePlugin"
(read)