Module Index

Constructor

Class: Event

This is the basic Event class which implements the IEvent interface. All events in this system should derive from this class.

Constructor

__init__ (self, *args, **kw)

This is the Event constructor. We also initialize the Type class here.

Methods

get_time (self)

Return the time this event occured.

unsubscribe (cls, handle)