Module Index

Constructor

Attributes

Class: Handle

The base event handler. When run, print a simple message. This handler is not very useful on its' own and should be sub-classed.

Constructor

__init__ (self, *args, **kw)

Constructor. Initialize the Type class.

Methods

get_event (self)

Return the Event instance that caused this handle to be instantiated.

get_event_data (self, key)

Return event data from the event data dictionary using the specified key.

run (self)

The run method that executes the handle. This should be redefined by sub-classes.

Attributes

threaded

Value of threaded

False