AbstractPlugin

Kind of class:public class
Package:com.bourre.plugin
Inherits from:none
Implements:
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.plugin.AbstractPlugin
File last modified:Monday, 24 November 2008, 11:36:50

Summary


Constructor
Instance methods

Constructor

AbstractPlugin

public function AbstractPlugin (
)

Instance methods

addEventListener

public function addEventListener (
type:String, listener:Object, rest) : Boolean

addListener

public function addListener (
listener:PluginListener) : Boolean

fireExternalEvent

public function fireExternalEvent (
e:Event, externalChannel:EventChannel) : void

firePrivateEvent

public function firePrivateEvent (
e:Event) : void

firePublicEvent

public function firePublicEvent (
e:Event) : void

Specified by:

getChannel

public function getChannel (

Specified by:

getController

public function getController (

getLogger

public function getLogger (

Specified by:

getModel

public function getModel (
key:String) : AbstractModel

Specified by:

getView

public function getView (
key:String) : AbstractView

Specified by:

handleEvent

public function handleEvent (
e:Event = null) : void

isModelRegistered

public function isModelRegistered (
name:String) : Boolean

isViewRegistered

public function isViewRegistered (
name:String) : Boolean

release

public function release (
) : void

removeEventListener

public function removeEventListener (
type:String, listener:Object) : Boolean

removeListener

public function removeListener (
listener:PluginListener) : Boolean

toString

public function toString (
) : String

Returns the string representation of this instance.
Returns:
  • the string representation of this instance