Class AgendaVotesListener

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

    public class AgendaVotesListener
    extends org.exoplatform.services.listener.Listener<Long,​Long>
    Listener that is triggered when a user sends a vote on an event. Once voted, the response type of the user will be changed from NEEDS_ACTION to TENTATIVE to determine whether the user has voted on the event before or not.
    • Constructor Detail

      • AgendaVotesListener

        public AgendaVotesListener​(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