Event Structures
Event Structures
Events pass an event identifier, the source and destination object name and auxilliary data
struct Event {
long eventid;
EventType type;
string srcObjectName;
string destObjectName;
seqLong longSeq;
};
Previous slide
Next slide
Back to the first slide
View Graphic Version