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 TypeMethodDescriptiondefault voidNotified 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 voidNotified when model is loaded from scratch or freshly from the database
-
Method Details
-
onNew
Notified when model is loaded from scratch or freshly from the database- Parameters:
model- workflow designer model
-
onChange
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
-