Class NewLeadListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.listener.Listener<LeadEntity,String>
-
- org.exoplatform.leadcapture.listeners.NewLeadListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class NewLeadListener extends org.exoplatform.services.listener.Listener<LeadEntity,String>
-
-
Constructor Summary
Constructors Constructor Description NewLeadListener(LCMailService lcMailService, MailTemplatesManagementService mailTemplatesManagementService, org.exoplatform.services.organization.OrganizationService organizationService, LeadsManagementService leadsManagementService, LeadDAO leadDAO, LeadCaptureSettingsService leadCaptureSettingsService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.exoplatform.services.listener.Event<LeadEntity,String> event)
-
-
-
Constructor Detail
-
NewLeadListener
public NewLeadListener(LCMailService lcMailService, MailTemplatesManagementService mailTemplatesManagementService, org.exoplatform.services.organization.OrganizationService organizationService, LeadsManagementService leadsManagementService, LeadDAO leadDAO, LeadCaptureSettingsService leadCaptureSettingsService)
-
-
Method Detail
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<LeadEntity,String> event) throws Exception
- Specified by:
onEventin classorg.exoplatform.services.listener.Listener<LeadEntity,String>- Throws:
Exception
-
-