Package com.logicaldoc.google
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnewEvent(com.logicaldoc.core.history.History history) voidsetEventCollector(com.logicaldoc.core.communication.EventCollector eventCollector) voidsetEventDAO(EventDAO eventDAO) voidsetEventReferenceDAO(EventReferenceDAO eventReferenceDAO) voidsetThreadPools(com.logicaldoc.core.threading.ThreadPools threadPools)
-
Constructor Details
-
CalendarListener
public CalendarListener()
-
-
Method Details
-
setEventReferenceDAO
-
setEventDAO
-
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 history) - Specified by:
newEventin interfacecom.logicaldoc.core.communication.EventListener
-