JIVE Platform
Release 0.3.1

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

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

Methods in edu.bsu.cs.jive.events with parameters of type ReturnEvent
 Object Event.Visitor.visit(ReturnEvent event, Object arg)
          Visits a ReturnEvent.
 Object AbstractEventVisitor.visit(ReturnEvent event, Object arg)
           
 

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

Methods in edu.buffalo.cse.jive.ui.search.queries with parameters of type ReturnEvent
protected  boolean MethodReturnedSearchQuery.checkForMatch(ReturnEvent event)
          Checks if the supplied event matches the search pattern.
 


JIVE Platform
Release 0.3.1