org.broadleafcommerce.profile.core.service.handler
Interface PasswordUpdatedHandler

All Known Implementing Classes:
EmailNotificationPasswordUpdatedHandler

public interface PasswordUpdatedHandler


Method Summary
 void passwordChanged(PasswordReset passwordReset, Customer customer, String newPassword)
           
 

Method Detail

passwordChanged

void passwordChanged(PasswordReset passwordReset,
                     Customer customer,
                     String newPassword)


Copyright © 2012. All Rights Reserved.