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

Constructor

PluginEvent

public function PluginEvent (
sType:String, target:Object = null, plugin:Plugin = null, valueObject:ValueObject = null)

Instance methods

getPlugin

public function getPlugin (
) : Plugin

Event handlers

onInitPluginEVENT

public static const onInitPluginEVENT:String = "onInitPlugin"
(read)

onReleasePluginEVENT

public static const onReleasePluginEVENT:String = "onReleasePlugin"
(read)