Menu

#14 Event format

open
nobody
General (6)
5
2008-04-25
2008-04-25
Gary Hale
No

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...

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.