Class RegisterCustomerEvent

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

public class RegisterCustomerEvent extends BroadleafApplicationEvent
Author:
Nick Crum ncrum
See Also:
  • Field Details

    • customerId

      protected Long customerId
  • Constructor Details

    • RegisterCustomerEvent

      public RegisterCustomerEvent(Object source, Long customerId)
  • Method Details

    • getCustomerId

      public Long getCustomerId()
    • setCustomerId

      public void setCustomerId(Long customerId)