Class CustomerPaymentPersistedEntityListener

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

public class CustomerPaymentPersistedEntityListener extends Object
  • Constructor Details

    • CustomerPaymentPersistedEntityListener

      public CustomerPaymentPersistedEntityListener()
  • Method Details

    • customerPaymentUpdated

      public void customerPaymentUpdated(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 CustomerPayment
      See Also: