Class ProcessStartedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
com.broadleafcommerce.search.index.core.event.ProcessStartedEvent
All Implemented Interfaces:
IndexableTypeAware, Serializable

public class ProcessStartedEvent extends SearchIndexProcessEvent
Event to indicate that a reindex process has started for a given IndexableType.
Author:
Kelly Tisdell (ktisdell)
See Also:
  • Constructor Details

    • ProcessStartedEvent

      public ProcessStartedEvent(com.broadleafcommerce.search.api.type.IndexableType indexableType)
    • ProcessStartedEvent

      public ProcessStartedEvent(Object source, com.broadleafcommerce.search.api.type.IndexableType indexableType)