Uses of Class
net.sourceforge.java.util.jobs.event.JobEvent

Packages that use JobEvent
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.event Provides interfaces and classes for dealing with different types of events fired by the JobManager execution context. 
 

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

Methods in net.sourceforge.java.feednread.frontend with parameters of type JobEvent
 void SplashScreen.jobStarted(JobEvent event)
           Indicates that the IJob whose progress is displayed in this SplashScreen has been started.
 void SplashScreen.jobDone(JobEvent event)
           Indicates that the IJob whose progress is displayed in this SplashScreen has been done.
 void SplashScreen.jobStatusChanged(JobEvent event)
           Indicates that the status of the IJob whose progress is displayed in this SplashScreen has changed.
 

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

Methods in net.sourceforge.java.feednread.frontend.components.notificationbar with parameters of type JobEvent
 void NotificationBar.jobStarted(JobEvent event)
           Indicates that an IJob was started.
 void NotificationBar.jobDone(JobEvent event)
           Indicates that an IJob is done.
 void NotificationBar.jobStatusChanged(JobEvent event)
           Indicates that the status of an IJob changed.
 

Uses of JobEvent in net.sourceforge.java.util.jobs.event
 

Methods in net.sourceforge.java.util.jobs.event with parameters of type JobEvent
 void IJobListener.jobStarted(JobEvent event)
           Indicates that an IJob was started.
 void IJobListener.jobDone(JobEvent event)
           Indicates that an IJob is done.
 void IJobListener.jobStatusChanged(JobEvent event)
           Indicates that the status of an IJob changed.