Uses of Interface
net.sourceforge.java.util.jobs.event.IJobListener

Packages that use IJobListener
net.sourceforge.java.feednread.frontend Contains all of the classes for dealing with the application user interface. 
net.sourceforge.java.feednread.frontend.components.notificationbar Contains all the classes composing the NotificationBar ui component. 
net.sourceforge.java.util.jobs Provides core support for interacting with background activity. 
 

Uses of IJobListener in net.sourceforge.java.feednread.frontend
 

Classes in net.sourceforge.java.feednread.frontend that implement IJobListener
 class SplashScreen
           Feed'n Read splash screen: Contains a splash Image plus a progress indicator displaying the loading status of the NewsFeedFavoritesTree and NewsFeedWatchesTree.
 

Uses of IJobListener in net.sourceforge.java.feednread.frontend.components.notificationbar
 

Classes in net.sourceforge.java.feednread.frontend.components.notificationbar that implement IJobListener
 class NotificationBar
           Component to display user notifications about the application status.
 

Uses of IJobListener in net.sourceforge.java.util.jobs
 

Methods in net.sourceforge.java.util.jobs with parameters of type IJobListener
 void JobManager.addJobListener(IJobListener listener)
           Adds the specified IJobListener to this JobManager.
 void JobManager.removeJobListener(IJobListener listener)
           Removes the specified IJobListener from this JobManager.