Plugin

Kind of class:public interface
Package:com.bourre.plugin
Inherits from:none
Implemented by:
Classpath:com.bourre.plugin.Plugin
File last modified:Tuesday, 29 April 2008, 10:48:07

Summary


Instance methods

Instance methods

fireExternalEvent

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

firePrivateEvent

public function firePrivateEvent (
e:Event) : void

firePublicEvent

public function firePublicEvent (
e:Event) : void

getChannel

public function getChannel (

getLogger

public function getLogger (

getModel

public function getModel (
key:String) : AbstractModel

getView

public function getView (
key:String) : AbstractView

isModelRegistered

public function isModelRegistered (
name:String) : Boolean

isViewRegistered

public function isViewRegistered (
name:String) : Boolean