Class ProcessFinishedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
de.hybris.platform.servicelayer.event.events.AbstractEvent
com.hybris.backoffice.events.processes.AbstractProcessEvent<AfterCronJobFinishedEvent>
com.hybris.backoffice.events.processes.ProcessFinishedEvent
- All Implemented Interfaces:
ClusterAwareEvent,Serializable
Event which informs that cron job which run synchronization has finished.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hybris.backoffice.events.processes.AbstractProcessEvent
getProcessEvent, publishMethods inherited from class de.hybris.platform.servicelayer.event.events.AbstractEvent
getScope, getSource, isFromCluster, setFromCluster, setScope, toStringMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.servicelayer.event.ClusterAwareEvent
canPublish
-
Field Details
-
EVENT_NAME
- See Also:
-
-
Constructor Details
-
ProcessFinishedEvent
-