Uses of Interface
cz.cuni.jagrlib.iface.ProgressListener

Packages that use ProgressListener
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.worker JaGrLib worker modules - descendants of Worker. 
 

Uses of ProgressListener in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement ProgressListener
 class ProgressCounter
          Object able to process progress messages and compute a little more complex results.
 

Fields in cz.cuni.jagrlib declared as ProgressListener
protected  ProgressListener Piece.pl
          Progress listener object.
 

Methods in cz.cuni.jagrlib with parameters of type ProgressListener
 void Breakable.setProgressListener(ProgressListener pl)
          Sets progress state listener.
 void Piece.setProgressListener(ProgressListener pl)
          Sets progress state listener.
 

Uses of ProgressListener in cz.cuni.jagrlib.worker
 

Classes in cz.cuni.jagrlib.worker that implement ProgressListener
 class SampleRenderWorker
          Worker for sample-based rendering (Ray-casting, ray-tracing).