|
JIVE Platform Release 0.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CallEvent.Target
The target of a call event. The target is the context in which the call takes place, so in a contour model, it is the contour that will have the method contour added into it.
Nested Class Summary | |
---|---|
static interface |
CallEvent.Target.InModel
A target that is in the model (i.e. has a contour) |
static interface |
CallEvent.Target.OutOfModel
A target that is not in the model. |
static interface |
CallEvent.Target.Visitor
A visitor for target classes. |
Method Summary | |
---|---|
Object |
accept(CallEvent.Target.Visitor v,
Object arg)
Accept a visitor |
Method Detail |
---|
Object accept(CallEvent.Target.Visitor v, Object arg)
v
- arg
-
|
JIVE Platform Release 0.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |