JIVE Platform
Release 0.2.2

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

Packages that use ReturnEvent.Exporter
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.Exporter in edu.bsu.cs.jive.events
 

Methods in edu.bsu.cs.jive.events with parameters of type ReturnEvent.Exporter
 void ReturnEvent.export(ReturnEvent.Exporter exporter)
          Exports the event.
 

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

Classes in edu.buffalo.cse.jive.ui.search.queries that implement ReturnEvent.Exporter
protected  class MethodReturnedSearchQuery.ReturnEventExporter
          An exporter used to examine ReturnEvents and to determine if the event is a return from a method represented by a JiveSearchPattern.
 


JIVE Platform
Release 0.2.2