Class AgendaEventResponseListener
-
-
Constructor Summary
Constructors Constructor Description AgendaEventResponseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.agenda.service.AgendaCalendarServicegetAgendaCalendarService()org.exoplatform.agenda.service.AgendaEventServicegetAgendaEventService()org.exoplatform.social.core.manager.IdentityManagergetIdentityManager()voidonEvent(org.exoplatform.services.listener.Event<Long,Object> event)
-
-
-
Method Detail
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<Long,Object> event) throws Exception
-
getAgendaEventService
public org.exoplatform.agenda.service.AgendaEventService getAgendaEventService()
-
getAgendaCalendarService
public org.exoplatform.agenda.service.AgendaCalendarService getAgendaCalendarService()
-
getIdentityManager
public org.exoplatform.social.core.manager.IdentityManager getIdentityManager()
-
-