ChannelListenerEvent

Kind of class:public class
Package:com.bourre.ioc.assembler.channel
Inherits from:BasicEvent < Event
Classpath:com.bourre.ioc.assembler.channel.ChannelListenerEvent
File last modified:Monday, 24 November 2008, 11:36:56

Summary


Constructor
Instance properties
Instance properties inherited from BasicEvent

Constructor

ChannelListenerEvent

public function ChannelListenerEvent (
type:String, id:String, channelListener:ChannelListener = null)

Instance methods

getChannelListener

public function getChannelListener (

getExpertID

public function getExpertID (
) : String

Event handlers

onRegisterChannelListenerEVENT

public static const onRegisterChannelListenerEVENT:String = "onRegisterChannelListener"
(read)

onUnregisterChannelListenerEVENT

public static const onUnregisterChannelListenerEVENT:String = "onUnregisterChannelListener"
(read)