KJS::JSLazyEventListener Class Reference
Inheritance diagram for KJS::JSLazyEventListener:

Detailed Description
Definition at line 71 of file kjs_events.h.
Public Member Functions | |
JSLazyEventListener (const QString &_code, const QString &_name, const Object &_win, DOM::NodeImpl *node) | |
~JSLazyEventListener () | |
virtual void | handleEvent (DOM::Event &evt) |
Object | listenerObj () const |
Member Function Documentation
void JSLazyEventListener::handleEvent | ( | DOM::Event & | evt | ) | [virtual] |
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
Parameters
- Parameters:
-
evt The Event contains contextual information about the event. It also contains the stopPropagation and preventDefault methods which are used in determining the event's flow and default action.
Reimplemented from KJS::JSEventListener.
Definition at line 147 of file kjs_events.cpp.
The documentation for this class was generated from the following files: