Class FlushApplicationEvent

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

public class FlushApplicationEvent extends org.springframework.context.ApplicationEvent
Container Spring event for a completed Batch.
See Also:
  • Constructor Details

    • FlushApplicationEvent

      public FlushApplicationEvent(Object source, Batch completed)
  • Method Details

    • getCompleted

      public Batch getCompleted()