Class CategoryLinkModifiedListener

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

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

    • CategoryLinkModifiedListener

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