Interface WorkflowListener

All Known Implementing Classes:
ImageData, WorkflowCommandLogView

public interface WorkflowListener
Interface for listening to changes in Workflows, e.g. adding/removing steps.
Author:
Pete Bankhead
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever a Workflow has been updated in some way, such as a new step added.
  • Method Details

    • workflowUpdated

      void workflowUpdated(Workflow workflow)
      Called whenever a Workflow has been updated in some way, such as a new step added.
      Parameters:
      workflow -