net.simplace.ui.progress.FWProgressTaskEvent
public class FWProgressTaskEvent {
// Public Constructors
public FWProgressTaskEvent(FWProgressTask aTaskObject, JPanel aSourcePanel,
FWObservable aObservable);
public FWProgressTaskEvent(FWProgressTask aTaskObject, JPanel aSourcePanel);
// Public Instance Methods public boolean
isState(String aProgressState);
returns true if the type of this object is the same type as the passed one
public
FWProgressTask getProgressTask();
returns containing progressTask
public String getState();
returns state of progressTask
public int getPercentOfTaskDone();
returns state of progressTask
public String toString(); // Overrides java.lang.Object
returns the message of the containing iProgressTask
public int getNumberOfTask();
returns number of task that was performed
public JPanel getSourcePanel();
returns the sourcePanel
public void
setSourcePanel(JPanel aSourcePanel);
- aSourcePanel the sourcePanel to set
public
FWObservable getObservable();
returns the sourcePanel
}
Passed to: net.simplace.util.pipeline.FWPipeLinesContainer.fireTaskEvent(), FWProgressViewPanel.update(), FWProgressTaskListPanel.update(), FWProgressTaskListener.update(), FWProgressImagePanel.update(), FWProgressBarPanel.update()