Class CustomerAddressPersistedEntityListener

java.lang.Object
org.broadleafcommerce.profile.core.domain.CustomerAddressPersistedEntityListener

public class CustomerAddressPersistedEntityListener extends Object
  • Constructor Details

    • CustomerAddressPersistedEntityListener

      public CustomerAddressPersistedEntityListener()
  • Method Details

    • customerAddressUpdated

      public void customerAddressUpdated(Object entity)
      Invoked on PostPersist, PostUpdate, and PostRemove. The default implementation is to simply publish a Spring event to the ApplicationContext after the transaction has completed.
      Parameters:
      entity - the newly-persisted CustomerAddress
      See Also: