Class 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.
    • Constructor Detail

      • AgendaEventGamificationIntegrationListener

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

      • 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()