|
JIVE Platform Release 0.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SequenceModel.EventVisitor
A visitor for the sequence model that visits EventOccurrences
in the order in which they occurred within the program execution.
| Method Summary | |
|---|---|
void |
visit(EventOccurrence event)
Visits an EventOccurrernce (other than a
MessageSend). |
void |
visit(MessageSend event)
Visits an occurrence of a MessageSend event. |
| Method Detail |
|---|
void visit(EventOccurrence event)
EventOccurrernce (other than a
MessageSend).
event - the event occurrence being visitedvoid visit(MessageSend event)
MessageSend event.
event - the message send being visited
|
JIVE Platform Release 0.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||