EventHandler Class Reference

Inheritance diagram for EventHandler:

Inheritance graph
[legend]


Public Member Functions

def __init__(self)
def handle(self, event)


Detailed Description

A base class for creating new event handlers.

The handle method for this base class does not do anything.

Member Function Documentation

def __init__ (   self  ) 

Create a new event handler.

Children of this class must call this constructor.

def handle (   self,
  event 
)

Handle an event.

Child classes must override this method, but do not need
to call it.

Reimplemented in Button, and TextBox.


The documentation for this class was generated from the following file:
Generated on Fri Dec 21 18:19:28 2007 by  doxygen 1.5.3