Class AgendaWebSocketEventUpdateListener

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin

    public class AgendaWebSocketEventUpdateListener
    extends org.exoplatform.services.listener.Listener<org.exoplatform.agenda.model.AgendaEventModification,​Object>
    A listener that will be triggered synchronously after saving (create OR update) an event to transmit modifications to end users via WebSocket
    • Constructor Detail

      • AgendaWebSocketEventUpdateListener

        public AgendaWebSocketEventUpdateListener​(org.exoplatform.container.PortalContainer container,
                                                  AgendaWebSocketService agendaWebSocketService)
    • Method Detail

      • onEvent

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