Loading [MathJax]/extensions/tex2jax.js
net.simplace.util.pipeline.FWPipeLinesContainer
public class FWPipeLinesContainer {
// Public Constructors
public FWPipeLinesContainer(Element aFunctionalityElement, FWObservable
aObservable, String aSystemID) throws PipeLineCreationException;
// Public Instance Methods public void
registerTaskListener(
FWProgressTaskListener aFWProgressTaskListener);
Adds a Listener to track tab actions.
public void
removeTaskListener(
FWProgressTaskListener aFWProgressTaskListener);
Removes the given Listener from the list.
public
FWPipeLine getPipeLine(String aPipeLineID);
returns the cloned pipeline
public
FWObservable getObservable();
returns the initial observable
public String getSystemID();
returns the system id this belongs to
// Protected Instance Methods protected void
fireTaskEvent(
FWProgressTaskEvent aProcessTaskEvent);
Process the listeners last to first, notifying
those that are interested in this event
}
Passed to: FWProcessor.createProcessor(), FWPipeLine.FWPipeLine(), net.simplace.ui.progress.FWProgressViewController(), FWPipeLineHelper.processPipeLine()
Returned by: getClonedContainer(), FWFunctionalityPipelineRunner.getPipeLineContainer()
Type of: FWProcessor.iContainer