Package org.exoplatform.agenda.listener
Class AgendaEventReplyListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.listener.Listener<org.exoplatform.agenda.model.EventAttendee,org.exoplatform.agenda.model.EventAttendee>
-
- org.exoplatform.agenda.listener.AgendaEventReplyListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class AgendaEventReplyListener extends org.exoplatform.services.listener.Listener<org.exoplatform.agenda.model.EventAttendee,org.exoplatform.agenda.model.EventAttendee>
-
-
Constructor Summary
Constructors Constructor Description AgendaEventReplyListener(org.exoplatform.container.ExoContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.agenda.service.AgendaEventServicegetAgendaEventService()voidonEvent(org.exoplatform.services.listener.Event<org.exoplatform.agenda.model.EventAttendee,org.exoplatform.agenda.model.EventAttendee> event)voidsendReplyResponseNotification(org.exoplatform.agenda.model.Event event, org.exoplatform.agenda.model.EventAttendee eventAttendee)
-
-
-
Method Detail
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.agenda.model.EventAttendee,org.exoplatform.agenda.model.EventAttendee> event) throws Exception- Specified by:
onEventin classorg.exoplatform.services.listener.Listener<org.exoplatform.agenda.model.EventAttendee,org.exoplatform.agenda.model.EventAttendee>- Throws:
Exception
-
getAgendaEventService
public org.exoplatform.agenda.service.AgendaEventService getAgendaEventService()
-
sendReplyResponseNotification
public void sendReplyResponseNotification(org.exoplatform.agenda.model.Event event, org.exoplatform.agenda.model.EventAttendee eventAttendee)
-
-