Package com.eventgnosis.types

Class Summary
Event The class that encapsulates individual events flowing thru the system.
This is the common data representation for all ECS events;
XmlRep Widely-used Event representation holder.
Holds generic data in the most memory-efficient form that can be output in XML format.
Data is kept as an ArrayList of fieldname - value pairs(NameValuePair tuples).