Class CategoryLinkModifiedDocumentListener

java.lang.Object
org.exoplatform.documents.storage.jcr.listener.CategoryLinkModifiedDocumentListener
All Implemented Interfaces:
org.exoplatform.services.listener.ListenerBase<Long,io.meeds.social.category.model.CategoryObject>

@Component public class CategoryLinkModifiedDocumentListener extends Object implements org.exoplatform.services.listener.ListenerBase<Long,io.meeds.social.category.model.CategoryObject>
  • Field Details

  • Constructor Details

    • CategoryLinkModifiedDocumentListener

      public CategoryLinkModifiedDocumentListener()
  • Method Details

    • init

      @PostConstruct public void init()
    • onEvent

      public void onEvent(org.exoplatform.services.listener.Event<Long,io.meeds.social.category.model.CategoryObject> event) throws Exception
      Specified by:
      onEvent in interface org.exoplatform.services.listener.ListenerBase<Long,io.meeds.social.category.model.CategoryObject>
      Throws:
      Exception