Class ProcessCompletedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
com.broadleafcommerce.search.index.core.event.ProcessCompletedEvent
- All Implemented Interfaces:
IndexableTypeAware
,Serializable
Event to notify that the reindex process has been completed. This will be raised whether the
process was successful or failed.
- 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
ConstructorsConstructorDescriptionProcessCompletedEvent
(com.broadleafcommerce.search.api.type.IndexableType indexableType) ProcessCompletedEvent
(Object source, com.broadleafcommerce.search.api.type.IndexableType indexableType) -
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
-
ProcessCompletedEvent
public ProcessCompletedEvent(com.broadleafcommerce.search.api.type.IndexableType indexableType) -
ProcessCompletedEvent
public ProcessCompletedEvent(Object source, com.broadleafcommerce.search.api.type.IndexableType indexableType)
-