Class AgendaReplyOnSaveListener

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

    public class AgendaReplyOnSaveListener
    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 change automatically response of users
    • Field Summary

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

        desc, name
    • Constructor Summary

      Constructors 
      Constructor Description
      AgendaReplyOnSaveListener​(org.exoplatform.container.PortalContainer container)  
    • Constructor Detail

      • AgendaReplyOnSaveListener

        public AgendaReplyOnSaveListener​(org.exoplatform.container.PortalContainer container)
    • 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