JIVE Platform
Release 0.3.1

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

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

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

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

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


JIVE Platform
Release 0.3.1