Packagecom.bourre.plugin
Classpublic class PluginChannel
InheritancePluginChannel Inheritance EventChannel

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The PluginChannel class defines event channel for a target plugin.

Each plugin has only one event channel.



Public Methods
 MethodDefined by
  
getInstance(channelName:String):PluginChannel
[static] Returns a PluginChannel registered with passed-in name.
PluginChannel
 Inherited
toString():String
Returns the string representation of this object.
EventChannel
Method detail
getInstance()method
public static function getInstance(channelName:String):PluginChannel

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns a PluginChannel registered with passed-in name.

If channel not exist, it will be created and register using name argument.

Parameters
channelName:String — Name of the event channel to retreive or to create.

Returns
PluginChannel — Plugin channel with channelName name.