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
- getController : FrontController
- getChannel : EventChannel
- isModelRegistered (name:String) : Boolean
- getModel (key:String) : AbstractModel
- isViewRegistered (name:String) : Boolean
- getView (key:String) : AbstractView
- getLogger : PluginDebug
- fireExternalEvent (e:Event, externalChannel:EventChannel) : void
- handleEvent (e:Event = null) : void
- firePublicEvent (e:Event) : void
- firePrivateEvent (e:Event) : void
- release : void
- addListener (listener:PluginListener) : Boolean
- removeListener (listener:PluginListener) : Boolean
- addEventListener (type:String, listener:Object, rest) : Boolean
- removeEventListener (type:String, listener:Object) : Boolean
- toString : String
- Returns the string representation of this instance.
Constructor
AbstractPlugin
public function AbstractPlugin (
)
Instance methods
addEventListener
public function addEventListener (
type:String,
listener:Object,
rest) : Boolean
addListener
fireExternalEvent
firePrivateEvent
public function firePrivateEvent (
e:Event) : void
Specified by:
firePublicEvent
public function firePublicEvent (
e:Event) : void
Specified by:
getController
handleEvent
public function handleEvent (
e:Event = null) : void
isModelRegistered
public function isModelRegistered (
name:String) : Boolean
Specified by:
isViewRegistered
public function isViewRegistered (
name:String) : Boolean
Specified by:
release
public function release (
) : void
removeEventListener
public function removeEventListener (
type:String,
listener:Object) : Boolean
removeListener
toString
public function toString (
) : String
Returns the string representation of this instance.
Returns:
- the string representation of this instance