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 carr of processing those events produced by the Calendar
Since:
8.9.4
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • CalendarListener

      public CalendarListener(com.logicaldoc.core.communication.EventCollector eventCollector, EventDAO eventDAO, EventReferenceDAO eventReferenceDAO, com.logicaldoc.core.threading.ThreadPools threadPools)
  • Method Details

    • newEvent

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