Class AutomationEventListener

java.lang.Object
com.logicaldoc.enterprise.automation.AutomationEventListener
All Implemented Interfaces:
com.logicaldoc.core.communication.EventListener

@Component("automationEventListener") public class AutomationEventListener extends Object implements com.logicaldoc.core.communication.EventListener
Listener used to launch automation triggers when events occur.
Since:
8.1
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • AutomationEventListener

      public AutomationEventListener()
  • Method Details

    • init

      @PostConstruct public void init()
    • newEvent

      public void newEvent(com.logicaldoc.core.history.History event)
      Specified by:
      newEvent in interface com.logicaldoc.core.communication.EventListener