| Package | com.bourre.plugin |
| Class | public class PluginChannel |
| Inheritance | PluginChannel EventChannel |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Each plugin has only one event channel.
| Method | Defined by | ||
|---|---|---|---|
|
getInstance(channelName:String):PluginChannel
[static]
Returns a
PluginChannel registered with passed-in name. | PluginChannel | ||
![]() |
toString():String
Returns the string representation of this object.
| EventChannel | |
| 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.
ParameterschannelName:String — Name of the event channel to retreive or
to create.
|
PluginChannel —
Plugin channel with channelName name.
|