Class DeployCompletedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.data.tracking.core.service.DeployCompletedEvent
- All Implemented Interfaces:
Serializable
public class DeployCompletedEvent
extends org.springframework.context.ApplicationEvent
Notify listeners in the current JVM of deployment completion
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionDeployCompletedEvent
(Object source, WorkflowDeployRequest request, Trackable original) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
DeployCompletedEvent
-
-
Method Details