Class BatchDeletedApplicationEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.audit.domain.BatchDeletedApplicationEvent
All Implemented Interfaces:
Serializable

public class BatchDeletedApplicationEvent extends org.springframework.context.ApplicationEvent
Local system notification of a batch of recently deleted JpaAuditHeader instances.
See Also:
  • Constructor Details

    • BatchDeletedApplicationEvent

      public BatchDeletedApplicationEvent(Object source, List<String> headerIds)
  • Method Details

    • getHeaderIds

      public List<String> getHeaderIds()