JIVE Platform
Release 0.2.2

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

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

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

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

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


JIVE Platform
Release 0.2.2