Class CleanupSweepEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.sandbox.service.cleanup.CleanupSweepEvent
All Implemented Interfaces:
Serializable

public class CleanupSweepEvent extends org.springframework.context.ApplicationEvent
Emitted upon every polling execution of one of the cleanup services. Listeners interested in the action from a particular cleanup service should check the event source for applicability.
See Also:
  • Constructor Details

    • CleanupSweepEvent

      public CleanupSweepEvent(Object source, int recordsProcessed, int recordsUpdated)
  • Method Details

    • getRecordsProcessed

      public int getRecordsProcessed()
    • getRecordsUpdated

      public int getRecordsUpdated()