ChannelBroadcaster
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.events.ChannelBroadcaster |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
ChannelBroadcaster
function ChannelBroadcaster (
oChannel:String)
Instance methods
addEventListener
function addEventListener (
type:String,
o:Object,
oChannel:String) : Void
addListener
function addListener (
o:Object,
oChannel:String) : Void
broadcastEvent
function broadcastEvent (
e:IEvent,
channel:String) : Void
dispatchEvent
function dispatchEvent (
o:Object,
channel:String) : Void
empty
function empty (
) : Void
getChannelDispatcher
function getChannelDispatcher (
oChannel:String) : EventBroadcaster
getDefaultChannel
function getDefaultChannel (
) : String
getDefaultDispatcher
function getDefaultDispatcher (
) : EventBroadcaster
hasChannelDispatcher
function hasChannelDispatcher (
oChannel:String) : Boolean
hasChannelListener
function hasChannelListener (
type:String,
oChannel:String) : Boolean
isRegistered
function isRegistered (
listener:Object,
type:String,
oChannel:String) : Boolean
removeEventListener
function removeEventListener (
type:String,
o:Object,
oChannel:String) : Void
removeListener
function removeListener (
o:Object,
oChannel:String) : Void
setDefaultChannel
function setDefaultChannel (
oChannel:String) : Void
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance