Class CustomerPersistedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.broadleafcommerce.profile.core.domain.CustomerPersistedEvent
All Implemented Interfaces:
Serializable

public class CustomerPersistedEvent extends org.springframework.context.ApplicationEvent
An event for whenever a CustomerImpl has been persisted
Author:
Phillip Verheyden (phillipuniverse)
See Also:
  • Constructor Details

    • CustomerPersistedEvent

      public CustomerPersistedEvent(Customer customer)
      Parameters:
      customer - the newly persisted customer
  • Method Details