Class AnalyticsPollListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<String,io.meeds.poll.model.Poll>
io.meeds.poll.listener.AnalyticsPollListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class AnalyticsPollListener extends org.exoplatform.services.listener.Listener<String,io.meeds.poll.model.Poll>
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.social.core.manager.IdentityManager
     
    io.meeds.poll.service.PollService
     
    org.exoplatform.social.core.space.spi.SpaceService
     
    void
    onEvent(org.exoplatform.services.listener.Event<String,io.meeds.poll.model.Poll> 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
  • Constructor Details

    • AnalyticsPollListener

      public AnalyticsPollListener()
  • Method Details

    • onEvent

      public void onEvent(org.exoplatform.services.listener.Event<String,io.meeds.poll.model.Poll> event) throws Exception
      Specified by:
      onEvent in class org.exoplatform.services.listener.Listener<String,io.meeds.poll.model.Poll>
      Throws:
      Exception
    • getIdentityManager

      public org.exoplatform.social.core.manager.IdentityManager getIdentityManager()
    • getSpaceService

      public org.exoplatform.social.core.space.spi.SpaceService getSpaceService()
    • getPollService

      public io.meeds.poll.service.PollService getPollService()