|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPipelineStep
Common set of methods for a step within a IPipeline pipeline.
| Method Summary | |
|---|---|
void |
cancel()
Cancel processing on this pipeline. |
void |
destroy()
Executes any cleanup code for this step. |
java.lang.String |
getDescription()
Gets a short localizable description of what this step does. |
java.lang.String |
getHelpLocation()
Gets the relative directory location for the help of this step. |
java.lang.String |
getName()
Gets the localizable name of this step. |
IParameters |
getParameters()
Gets the current parameters for this step. |
Event |
handleEvent(Event event)
Processes each event sent though the pipeline. |
boolean |
isDone()
Steps that can generate Events such as IFilters return
false until no more events can be created. |
boolean |
isLastOutputStep()
Is this step the last step with output in the pipeline? |
void |
setLastOutputStep(boolean isLastStep)
Tell the step if it is the last one on the pipeline with output. |
void |
setParameters(IParameters params)
Sets new parameters for this step. |
| Method Detail |
|---|
IParameters getParameters()
void setParameters(IParameters params)
params - the new parameters to use.java.lang.String getName()
java.lang.String getDescription()
java.lang.String getHelpLocation()
Event handleEvent(Event event)
event - the event to process.
boolean isDone()
Events such as IFilters return
false until no more events can be created.
Steps which do not create Events always return true.
void destroy()
void cancel()
IPipelineStep is responsible
to implement a cancel method that will interrupt long running operations
boolean isLastOutputStep()
void setLastOutputStep(boolean isLastStep)
isLastStep - true if last step with output, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||