Uses of Interface
jcolibri.util.ProgressListener

Packages that use ProgressListener
jcolibri.test.main Main tester application that executes all the examples showing also related documentation to each one. 
jcolibri.util Utility classes of the framework. 
 

Uses of ProgressListener in jcolibri.test.main
 

Classes in jcolibri.test.main that implement ProgressListener
 class SwingProgressBar
          Progress bar window (using swing) that shows method progress.
 

Uses of ProgressListener in jcolibri.util
 

Methods in jcolibri.util with parameters of type ProgressListener
static void ProgressController.deregister(ProgressListener pl)
          Deregisters a listener to recieve the progress of all classes.
static void ProgressController.deregister(ProgressListener pl, java.lang.Class c)
          Deregisters a listener to recieve the progress of a concrete class.
static void ProgressController.register(ProgressListener pl)
          Registers a listener to recieve the progress of all classes.
static void ProgressController.register(ProgressListener pl, java.lang.Class c)
          Registers a listener to recieve the progress of a concrete class.
 


GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es