Interface SpaceWorkflowConfigurationUpdatedEvent
-
- All Superinterfaces:
WorkflowSpaceEvent
public interface SpaceWorkflowConfigurationUpdatedEvent extends WorkflowSpaceEvent
Event fired when the space workflow configuration is updated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getOldSpaceConfig()
Map<String,String>
getSpaceConfig()
-
Methods inherited from interface com.comalatech.workflow.event.WorkflowSpaceEvent
getSpace
-
-