Class FWProgressViewPanel

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, FWProgressTaskListener

public class FWProgressViewPanel extends FWDefaultPanel implements FWProgressTaskListener
Author:
Andreas Enders, Sebastian Brocks A panel that shows the progress of some function/calculation/etc. The calculation must be in a class that extends Observable, and call setChanged() and notifyObservers() each time a task is done and should be displayed as such
See Also: