EventChannel

Kind of class:public class
Package:com.bourre.events
Inherits from:none
Known subclasses:
Author:Francis Bourre
Classpath:com.bourre.events.EventChannel
File last modified:Wednesday, 23 January 2008, 14:47:59
An EventChannel object defines a communication
channel in the ChannelBroadcaster.

Summary


Constructor
  • EventChannel (channelName:String = null)
    • Creates a new event channel with the passed-in channel name.
Instance methods
  • toString : String
    • Returns the string representation of this object.

Constructor

EventChannel

public function EventChannel (
channelName:String = null)

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:
name of this channel

Instance methods

toString

public function toString (
) : String

Returns the string representation of this object.
Returns:
  • the string representation of this object.