Uses of Interface
org.crosswire.common.progress.WorkListener

Packages that use WorkListener
org.crosswire.bibledesktop.desktop The swing section is in charge of turning the XML from the source section into a screen view. 
org.crosswire.common.progress A generic method of having jobs that execute in the background over some time. 
org.crosswire.common.progress.swing GUI classes to support background processing. 
 

Uses of WorkListener in org.crosswire.bibledesktop.desktop
 

Classes in org.crosswire.bibledesktop.desktop that implement WorkListener
private  class Splash.CustomWorkListener
          Pack the frame if we get new jobs that could shunt things around
 

Uses of WorkListener in org.crosswire.common.progress
 

Methods in org.crosswire.common.progress with parameters of type WorkListener
 void Job.addWorkListener(WorkListener li)
          Add a listener to the list
static void JobManager.addWorkListener(WorkListener li)
          Add a listener to the list
 void Job.removeWorkListener(WorkListener li)
          Remote a listener from the list
static void JobManager.removeWorkListener(WorkListener li)
          Remote a listener from the list
 

Uses of WorkListener in org.crosswire.common.progress.swing
 

Classes in org.crosswire.common.progress.swing that implement WorkListener
 class JobsProgressBar
          JobsViewPane is a small JProgressBar based viewer for current jobs.
private static class JobsProgressBar.JobData
          A simple struct to group information about a Job
 class JobsViewPane
          JobsViewPane is a large(ish) viewer for current jobs.
 


Copyright ? 2003-2006