Uses of Interface
net.sf.sparql.benchmarking.monitoring.ProgressListener

Packages that use ProgressListener
net.sf.sparql.benchmarking.monitoring   
net.sf.sparql.benchmarking.options   
 

Uses of ProgressListener in net.sf.sparql.benchmarking.monitoring
 

Classes in net.sf.sparql.benchmarking.monitoring that implement ProgressListener
 class ConsoleErrProgressListener
          A Progress Listener that prints informational messages to Standard Error
 class ConsoleProgressListener
          A Progress Listener that prints informational messages to Standard Out
 class CsvProgressListener
          A Progress Listener that generates a CSV output file
 class FileProgressListener
          A Progress Listener that writes the informational messages to a file
 class StreamProgressListener
          A Progress Listener that prints informational messages to a PrintStream
 class XmlProgressListener
          A Progress Listener that generates a XML output file
 

Uses of ProgressListener in net.sf.sparql.benchmarking.options
 

Methods in net.sf.sparql.benchmarking.options that return types with arguments of type ProgressListener
 List<ProgressListener> OptionsImpl.getListeners()
           
 List<ProgressListener> Options.getListeners()
          Gets the Progress Listeners registered
 

Methods in net.sf.sparql.benchmarking.options with parameters of type ProgressListener
 void OptionsImpl.addListener(ProgressListener listener)
           
 void Options.addListener(ProgressListener listener)
          Adds a Progress Listener if it is not already registered
 void OptionsImpl.removeListener(ProgressListener listener)
           
 void Options.removeListener(ProgressListener listener)
          Removes a Progress Listener if it is registered
 



Copyright © 2014. All Rights Reserved.