Class AgendaContentLinkListener

java.lang.Object
org.exoplatform.agenda.listener.AgendaContentLinkListener
All Implemented Interfaces:
org.exoplatform.services.listener.ListenerBase<org.exoplatform.agenda.model.AgendaEventModification,Object>

@Component public class AgendaContentLinkListener extends Object implements org.exoplatform.services.listener.ListenerBase<org.exoplatform.agenda.model.AgendaEventModification,Object>
  • Constructor Details

    • AgendaContentLinkListener

      public AgendaContentLinkListener()
  • Method Details

    • init

      @PostConstruct public void init()
    • onEvent

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