Module: event
This module defines the basic Event class which serves as the base class of any subsequent events that may be implemented in this event system.
Classes
Event
This is the basic Event class which implements the IEvent interface. All events in this system should derive from this class.