Class CalendarListener

java.lang.Object
com.logicaldoc.google.CalendarListener
All Implemented Interfaces:
com.logicaldoc.core.communication.EventListener

@Component("calendarListener") public class CalendarListener extends Object implements com.logicaldoc.core.communication.EventListener
A listener that takes car of processing those events produced by the Calendar
Since:
8.9.4
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • CalendarListener

      public CalendarListener()
  • Method Details

    • setEventReferenceDAO

      public void setEventReferenceDAO(EventReferenceDAO eventReferenceDAO)
    • setEventDAO

      public void setEventDAO(EventDAO eventDAO)
    • setEventCollector

      public void setEventCollector(com.logicaldoc.core.communication.EventCollector eventCollector)
    • setThreadPools

      public void setThreadPools(com.logicaldoc.core.threading.ThreadPools threadPools)
    • newEvent

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