modules::clEvent::EventHandler Class Reference

The EventHandler class represents the Event itself. More...

List of all members.

Public Member Functions

def __init__
def handle
 Adds an function to the handler list.
def unhandle
 Removes a function from the handler list.
def fire
 Calls each function in the handler list.
def getHandlerCount
 Returns the number of functions connected to this event.

Public Attributes

 handlers
 List of functions which will be called by this EventHandler.


Detailed Description

The EventHandler class represents the Event itself.

A EventHandler is created for earch plugin created. Usually you do not have to use this class. Please have a look at clEvent.Events

Definition at line 32 of file clEvent.py.


Member Function Documentation

def modules::clEvent::EventHandler::fire (   self,
  args,
  kargs 
)

Calls each function in the handler list.

Parameters:
*args Arguments
**kargs Keyword arguments

Definition at line 54 of file clEvent.py.


The documentation for this class was generated from the following file:

Generated on Thu Jun 4 19:08:24 2009 for Pyjama by  doxygen 1.5.8