org.broadleafcommerce.profile.web.core.security
Class CustomerLoggedInEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.broadleafcommerce.profile.web.core.security.CustomerLoggedInEvent
All Implemented Interfaces:
Serializable

public class CustomerLoggedInEvent
extends org.springframework.context.ApplicationEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CustomerLoggedInEvent(Customer customer, Object source)
           
 
Method Summary
 Customer getCustomer()
           
 void setCustomer(Customer customer)
           
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomerLoggedInEvent

public CustomerLoggedInEvent(Customer customer,
                             Object source)
Method Detail

getCustomer

public Customer getCustomer()

setCustomer

public void setCustomer(Customer customer)


Copyright © 2011. All Rights Reserved.