Package mgui.pipelines
Interface StaticPipelineListener
- All Known Implementing Classes:
InterfacePipelinesPanel
,InterfaceWorkspace
,PipelineTree
public interface StaticPipelineListener
Specifies a listener on an
InterfacePipeline
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Method Summary
Modifier and Type Method Description void
pipelineUpdated(StaticPipelineEvent event)
Called when a static change is made to a pipeline.
-
Method Details
-
pipelineUpdated
Called when a static change is made to a pipeline.- Parameters:
event
-
-