Class ProcessSuccessEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
com.broadleafcommerce.search.index.core.event.ProcessSuccessEvent
- All Implemented Interfaces:
IndexableTypeAware
,Serializable
Event to indicate if the reindex process completed without errors. This is raised before the
ProcessCompletedEvent
.- Author:
- Kelly Tisdell (ktisdell)
- See Also:
-
Field Summary
Fields inherited from class com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
DEFAULT_SOURCE
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionProcessSuccessEvent
(com.broadleafcommerce.search.api.type.IndexableType type) ProcessSuccessEvent
(Object source, com.broadleafcommerce.search.api.type.IndexableType type) -
Method Summary
Methods inherited from class com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
getIndexableType
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ProcessSuccessEvent
public ProcessSuccessEvent(com.broadleafcommerce.search.api.type.IndexableType type) -
ProcessSuccessEvent
-