Package org.exoplatform.agenda.listener
Class AgendaEventReminderCleanerListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.listener.Listener<org.exoplatform.agenda.model.AgendaEventModification,Object>
-
- org.exoplatform.agenda.listener.AgendaEventReminderCleanerListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class AgendaEventReminderCleanerListener extends org.exoplatform.services.listener.Listener<org.exoplatform.agenda.model.AgendaEventModification,Object>
A listener that will be triggered when updating or creating an agenda event. It will delete all attached reminders of a cancelled event.
-
-
Constructor Summary
Constructors Constructor Description AgendaEventReminderCleanerListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.agenda.service.AgendaEventReminderServicegetAgendaEventReminderService()org.exoplatform.agenda.service.AgendaEventServicegetAgendaEventService()voidonEvent(org.exoplatform.services.listener.Event<org.exoplatform.agenda.model.AgendaEventModification,Object> event)
-
-
-
Method Detail
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.agenda.model.AgendaEventModification,Object> event) throws Exception
-
getAgendaEventReminderService
public org.exoplatform.agenda.service.AgendaEventReminderService getAgendaEventReminderService()
-
getAgendaEventService
public org.exoplatform.agenda.service.AgendaEventService getAgendaEventService()
-
-