Class OrderPersistedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.broadleafcommerce.common.event.BroadleafApplicationEvent
org.broadleafcommerce.core.order.domain.OrderPersistedEvent
All Implemented Interfaces:
Serializable

public class OrderPersistedEvent extends BroadleafApplicationEvent
An event for whenever an OrderImpl has been persisted
Author:
Phillip Verheyden (phillipuniverse)
See Also:
  • Constructor Details

    • OrderPersistedEvent

      public OrderPersistedEvent(Order order)
      Parameters:
      order - the newly persisted customer
  • Method Details