JIVE Platform
Release 0.2.2

Uses of Interface
edu.bsu.cs.jive.events.ReturnEvent.Returner

Packages that use ReturnEvent.Returner
edu.bsu.cs.jive.events Interfaces that define the JiveLog representation for program execution history. 
edu.buffalo.cse.jive.ui.search.queries JIVE search queries. 
 

Uses of ReturnEvent.Returner in edu.bsu.cs.jive.events
 

Subinterfaces of ReturnEvent.Returner in edu.bsu.cs.jive.events
static interface ReturnEvent.Returner.InModel
          A returner that is in the model (i.e. has a contour)
static interface ReturnEvent.Returner.OutOfModel
          A returner that is not in the model.
 

Methods in edu.bsu.cs.jive.events that return ReturnEvent.Returner
 ReturnEvent.Returner ReturnEvent.getPreviousContext()
          Get the context from which execution has returned.
 ReturnEvent.Returner ReturnEvent.Importer.providePreviousContext()
          Provides the previous context.
 

Methods in edu.bsu.cs.jive.events with parameters of type ReturnEvent.Returner
 void ReturnEvent.Exporter.addPreviousContext(ReturnEvent.Returner returner)
          Adds the previous context.
 

Uses of ReturnEvent.Returner in edu.buffalo.cse.jive.ui.search.queries
 

Fields in edu.buffalo.cse.jive.ui.search.queries declared as ReturnEvent.Returner
protected  ReturnEvent.Returner MethodReturnedSearchQuery.ReturnEventExporter.returner
          The method that returned.
 

Methods in edu.buffalo.cse.jive.ui.search.queries with parameters of type ReturnEvent.Returner
 void MethodReturnedSearchQuery.ReturnEventExporter.addPreviousContext(ReturnEvent.Returner returner)
           
 


JIVE Platform
Release 0.2.2