Class AgendaVotesListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<Long,Long>
org.exoplatform.agenda.listener.AgendaVotesListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, org.exoplatform.services.listener.ListenerBase<Long,Long>

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.
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    AgendaVotesListener(org.exoplatform.container.PortalContainer container)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(org.exoplatform.services.listener.Event<Long,Long> event)
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.exoplatform.services.listener.ListenerBase

    getName
  • Constructor Details

    • AgendaVotesListener

      public AgendaVotesListener(org.exoplatform.container.PortalContainer container)
  • Method Details