Uses of Interface
org.af.commons.threading.SwingWorkerObserver

Packages that use SwingWorkerObserver
org.af.commons.threading Provides the class SafeSwingWorker, that extends the class SwingWorker, and classes for a progress dialog and observer of this worker. 
 

Uses of SwingWorkerObserver in org.af.commons.threading
 

Methods in org.af.commons.threading with parameters of type SwingWorkerObserver
 void SafeSwingWorker.setObserver(SwingWorkerObserver observer)
          Sets the observer which is notified when the thread is done.