Uses of Interface
org.daisy.zedval.engine.ZedReporter

Packages that use ZedReporter
org.daisy.zedval   
org.daisy.zedval.engine   
 

Uses of ZedReporter in org.daisy.zedval
 

Classes in org.daisy.zedval that implement ZedReporter
 class DefaultReporter
          The default ZedReporter for the ZedVal application
 

Methods in org.daisy.zedval with parameters of type ZedReporter
 void ZedVal.setReporter(ZedReporter zr)
          Convenience method to register a reporter when using ZedVal as a reporter.
 

Uses of ZedReporter in org.daisy.zedval.engine
 

Methods in org.daisy.zedval.engine that return ZedReporter
 ZedReporter ZedContext.getReporter()
          Returns the ZedReporter instance for this run
 

Methods in org.daisy.zedval.engine with parameters of type ZedReporter
 void ZedContext.setReporter(ZedReporter r)
          Sets the reporter for this run