JIVE Platform
Release 0.2.2

edu.bsu.cs.jive.events
Interface ReturnEvent.Returner.InModel

All Superinterfaces:
ReturnEvent.Returner
Enclosing interface:
ReturnEvent.Returner

public static interface ReturnEvent.Returner.InModel
extends ReturnEvent.Returner

A returner that is in the model (i.e. has a contour)


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.bsu.cs.jive.events.ReturnEvent.Returner
ReturnEvent.Returner.InModel, ReturnEvent.Returner.OutOfModel, ReturnEvent.Returner.Visitor
 
Method Summary
 ContourID contour()
          Get the contour that is the returner.
 
Methods inherited from interface edu.bsu.cs.jive.events.ReturnEvent.Returner
accept
 

Method Detail

contour

ContourID contour()
Get the contour that is the returner. That is, this is the contour from which control is returning.

Returns:
method contour

JIVE Platform
Release 0.2.2