Handler for RTCDataChannelEvent events.
Public Member Functions | |
RTCDataChannelEventListener (RTCDataChannelEventDelegate listener) | |
override void | handleEvent (Event e) |
Call this to run the method. More... | |
Public Attributes | |
RTCDataChannelEventDelegate | Listener |
Public Attributes inherited from Dom.EventListener | |
bool | Capture |
True if this is a capture phase listener. More... | |
Properties | |
override object | Internal [get] |
Properties inherited from Dom.EventListener | |
virtual object | Internal [get] |
The internal specific delegate instance. More... | |
Additional Inherited Members | |
Package Functions inherited from Dom.EventListener | |
bool | Matches (object mtd) |
Checks if the given method equals this listeners internal method handler. More... | |
|
inline |
|
inlinevirtual |
Call this to run the method.
Reimplemented from Dom.EventListener.
RTCDataChannelEventDelegate PowerUI.RTCDataChannelEventListener.Listener |
|
get |