khtml Library API Documentation

KJS::JSLazyEventListener Class Reference

Inheritance diagram for KJS::JSLazyEventListener:

Inheritance graph
[legend]
Collaboration diagram for KJS::JSLazyEventListener:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 JSLazyEventListener (const QString &_code, const QString &_name, const Object &_win, bool _html=false)
 ~JSLazyEventListener ()
virtual void handleEvent (DOM::Event &evt)
Object listenerObj () const

Detailed Description

Definition at line 71 of file kjs_events.h.


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 156 of file kjs_events.cpp.

References KJS::JSEventListener::handleEvent(), and KJS::JSEventListener::listener.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Sep 15 11:16:02 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003