Class WorkflowLifecycleEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.workflow.messaging.WorkflowLifecycleEvent
- All Implemented Interfaces:
Serializable
public class WorkflowLifecycleEvent
extends org.springframework.context.ApplicationEvent
Spring event (intra JVM) event sent when a workflow reaches a completion state (failure or
otherwise)
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowLifecycleEvent
(Object source, String workflowID, WorkflowStatus workflowStatus) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
WorkflowLifecycleEvent
-
-
Method Details
-
getWorkflowId
-
getWorkflowStatus
-