public function EventChannel(channelName:String = null)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Creates a new event channel with the passed-in channel name.
Several channel can have the same name, as the channel broadcaster
use the instance of the class as key.
Parameters
| channelName:String (default = null) — name of this channel
|
public function toString():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns the string representation of this object.
Returns
| String — the string representation of this object.
|