Package pyjsdl :: Module event :: Class JEvent

Class JEvent

object --+
         |
        JEvent

Event object wraps browser event.

Event object attributes:

Instance Methods
 
__str__(self)
str(x)
 
__repr__(self)
repr(x)
 
toString(self)
 
getEvent(self)
Return browser event.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__str__(self)
(Informal representation operator)

 
str(x)
Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

 
repr(x)
Overrides: object.__repr__
(inherited documentation)