Uses of Interface
kiwi.util.ProgressObserver

Packages that use ProgressObserver
kiwi.ui   
kiwi.util   
 

Uses of ProgressObserver in kiwi.ui
 

Classes in kiwi.ui that implement ProgressObserver
 class StatusBar
          This class represents a status bar that includes a message area and an optional progress meter (see Thermometer).
 

Uses of ProgressObserver in kiwi.util
 

Methods in kiwi.util with parameters of type ProgressObserver
 void Task.addProgressObserver(ProgressObserver observer)
          Add a progress observer to this task's list of observers.
 void Task.removeProgressObserver(ProgressObserver observer)
          Remove a progress observer from this task's list of observers.