JIVE Platform
Release 0.2.2

edu.bsu.cs.jive.events
Interface CallEvent.Target

All Known Subinterfaces:
CallEvent.Target.InModel, CallEvent.Target.OutOfModel
Enclosing interface:
CallEvent

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

accept

Object accept(CallEvent.Target.Visitor v,
              Object arg)
Accept a visitor

Parameters:
v -
arg -
Returns:
visitation result

JIVE Platform
Release 0.2.2