Class AgendaVotesNotificationListener

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin

    public class AgendaVotesNotificationListener
    extends org.exoplatform.services.listener.Listener<Long,​Long>
    • Constructor Detail

      • AgendaVotesNotificationListener

        public AgendaVotesNotificationListener​(org.exoplatform.container.PortalContainer container)
    • Method Detail

      • onEvent

        public void onEvent​(org.exoplatform.services.listener.Event<Long,​Long> event)
                     throws Exception
        Specified by:
        onEvent in class org.exoplatform.services.listener.Listener<Long,​Long>
        Throws:
        Exception
      • sendVoteNotification

        public void sendVoteNotification​(org.exoplatform.agenda.model.Event event,
                                         long participantId,
                                         org.exoplatform.agenda.constant.EventAttendeeResponse response)
      • getAgendaEventService

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