Package org.exoplatform.agenda.listener
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 Summary
Constructors Constructor Description AgendaVotesListener(org.exoplatform.container.PortalContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.exoplatform.services.listener.Event<Long,Long> event)
-