Class AgendaEventGamificationIntegrationListener

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

public class AgendaEventGamificationIntegrationListener extends org.exoplatform.services.listener.Listener<Object,Object>
A listener that will be triggered when an event is created or updated. This will add the user who created or updated the event the dedicated gamification points.
  • Field Details

  • Constructor Details

    • AgendaEventGamificationIntegrationListener

      public AgendaEventGamificationIntegrationListener(org.exoplatform.container.PortalContainer container, org.exoplatform.services.listener.ListenerService listenerService)
  • Method Details

    • onEvent

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

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