Class 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 Detail

      • AgendaEventReminderCleanerListener

        public AgendaEventReminderCleanerListener()
    • Method Detail

      • onEvent

        public void onEvent​(org.exoplatform.services.listener.Event<org.exoplatform.agenda.model.AgendaEventModification,​Object> event)
                     throws Exception
        Specified by:
        onEvent in class org.exoplatform.services.listener.Listener<org.exoplatform.agenda.model.AgendaEventModification,​Object>
        Throws:
        Exception
      • getAgendaEventReminderService

        public org.exoplatform.agenda.service.AgendaEventReminderService getAgendaEventReminderService()
      • getAgendaEventService

        public org.exoplatform.agenda.service.AgendaEventService getAgendaEventService()