Class QueueCreatedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
com.broadleafcommerce.search.index.core.event.QueueCreatedEvent
- All Implemented Interfaces:
IndexableTypeAware
,Serializable
Event to notify that a Queue is ready for use.
- 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
ConstructorsConstructorDescriptionQueueCreatedEvent
(com.broadleafcommerce.search.api.type.IndexableType type) QueueCreatedEvent
(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
-
QueueCreatedEvent
public QueueCreatedEvent(com.broadleafcommerce.search.api.type.IndexableType type) -
QueueCreatedEvent
-