Interface WorkflowDesignerDataManipulationListener

All Known Implementing Classes:
WorkflowDesignerCloseListener

public interface WorkflowDesignerDataManipulationListener
Listens on events that modify Workflow Designer model, that is events that change the yet-unsaved data.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Notified when user interacts with Workflow Designer in a way that changed its underlying model, meaning the user has modified the Workflow and now has unsaved data in model.
    default void
    onNew(Object model)
    Notified when model is loaded from scratch or freshly from the database
  • Method Details

    • onNew

      default void onNew(Object model)
      Notified when model is loaded from scratch or freshly from the database
      Parameters:
      model - workflow designer model
    • onChange

      default void onChange(Object model)
      Notified when user interacts with Workflow Designer in a way that changed its underlying model, meaning the user has modified the Workflow and now has unsaved data in model.
      Parameters:
      model - workflow designer model