I am trying to understand the mechanism of org.jdesktop.swingx.BackgroundWorker. Their javadoc presents following example:
org.jdesktop.swingx.BackgroundWorker
final JLabel label; class MeaningOfLifeFinder implements BackgroundListener { ...