ChannelDynBasicEvent
| Kind of class: | dynamic class |
|---|---|
| Inherits from: | DynBasicEvent < BasicEvent |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.events.ChannelDynBasicEvent |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
Instance properties
Instance properties inherited from DynBasicEvent
Instance properties inherited from BasicEvent
Instance methods
Instance methods inherited from DynBasicEvent
Constructor
ChannelDynBasicEvent
function ChannelDynBasicEvent (
s:String,
channel:String)
Instance properties
channel
channel:String
(read,write)
Instance methods
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: