|
JIVE Platform Release 0.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventOccurrence
An occurrence of a method call, variable assignment, or any other event of
interest within a program execution history. A EventOccurrence
is contained within an ExecutionOccurrence and effectively
encapsulates the underlying event.
SequenceModel,
ExecutionOccurrence,
MessageSend| Method Summary | |
|---|---|
void |
accept(SequenceModel.EventVisitor visitor,
Object arg)
Accepts the EventVisitor. |
ExecutionOccurrence |
containingExecution()
Returns the ExecutionOccurrence in which the event occurrence
is contained. |
Event |
underlyingEvent()
Returns the underlying event in which the event occurrence encapsulates. |
| Method Detail |
|---|
void accept(SequenceModel.EventVisitor visitor,
Object arg)
EventVisitor.
visitor - the visitor to acceptarg - the argument of the visitorEvent underlyingEvent()
ExecutionOccurrence containingExecution()
ExecutionOccurrence in which the event occurrence
is contained.
|
JIVE Platform Release 0.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||