Package libxml2dom :: Module events :: Class UIEvent
[show private | hide private]
[frames | no frames]

Class UIEvent

Event --+
        |
       UIEvent

Known Subclasses:
MouseEvent

A user interface event.

Method Summary
  __init__(self)
Initialise the event.
    Inherited from Event
  initEvent(self, eventTypeArg, canBubbleArg, cancelableArg)
  initEventNS(self, namespaceURIArg, eventTypeArg, canBubbleArg, cancelableArg)
  preventDefault(self)
  stopImmediatePropagation(self)
  stopPropagation(self)

Class Variable Summary
    Inherited from Event
int AT_TARGET = 2                                                                     
int BUBBLING_PHASE = 3                                                                     
int CAPTURING_PHASE = 1                                                                     

Method Details

__init__(self)
(Constructor)

Initialise the event.
Overrides:
libxml2dom.events.Event.__init__ (inherited documentation)

Generated by Epydoc 2.1 on Tue Sep 18 23:37:02 2007 http://epydoc.sf.net