JIVE Platform
Release 0.3.1

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

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

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

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

Classes in edu.buffalo.cse.jive.ui.search.queries that implement NewEvent.Exporter
protected  class ObjectCreatedSearchQuery.NewEventExporter
          An exporter used to examine NewEvents and to determine if the event is a object creation represented by a JiveSearchPattern.
 


JIVE Platform
Release 0.3.1