Base Framework
|
Inherits DOMImplementation::Interface.
Public Member Functions | |
virtual void | addEventListener (const String &type, EventListener *listener, bool useCapture) noexcept=0 |
virtual void | removeEventListener (const String &type, EventListener *listener, bool useCapture) noexcept=0 |
virtual bool | dispatchEvent (const DOMEvent &event)=0 |