The first method is referred to as "Event" processing. When a packet is received the Incoming
Message Object determines which CIGI Class Library object unpacks the data and then determines
which "Event" processing object is called. Each "Event" processor is based on the
CigiBaseEventProcessor base class and must have an OnPacketReceived method that actually
processes the packet for which it is written and registered.