Event format
Status: Pre-Alpha
Brought to you by:
ghhale
Need to tackle the issue of event format and how to extend beyond just text and time. One possibility is to have the event defined in the script:
eventType myEventType is attribute1, attribute2, atrribute3;
listener event1 is "..." in someBroker type myEventType;
Then catch when event object member fields are accessed that are not associated with that type. This might also play into the generate event feature.
On the other hand, it might make sense to have an event format that is serialized in the text of the event. Seems like an awful lot of work to deal with that, though...