Packagecom.bourre.events
Classpublic class EventChannel
SubclassesPluginChannel

Player version: Flash Player 9.0
Language version: ActionScript 3.0

An EventChannel object defines a communication channel in the ChannelBroadcaster.

See also

ChannelBroadcaster.html


Public Methods
 MethodDefined by
  
EventChannel(channelName:String = null)
Creates a new event channel with the passed-in channel name.
EventChannel
  
toString():String
Returns the string representation of this object.
EventChannel
Constructor detail
EventChannel()constructor
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
Method detail
toString()method
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.