Package org.dspace.google
Class GoogleRecorderEventListener
- java.lang.Object
-
- org.dspace.usage.AbstractUsageEventListener
-
- org.dspace.google.GoogleRecorderEventListener
-
- All Implemented Interfaces:
EventListener
public class GoogleRecorderEventListener extends AbstractUsageEventListener
User: Robin Taylor Date: 14/08/2014 Time: 10:05 Notify Google Analytics of... well anything we want really.
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientInfoServiceclientInfoServiceprotected ConfigurationServiceconfigurationServiceprotected ContentServiceFactorycontentServiceFactory
-
Constructor Summary
Constructors Constructor Description GoogleRecorderEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreceiveEvent(Event event)voidsetClientInfoService(ClientInfoService clientInfoService)voidsetConfigurationService(ConfigurationService configurationService)voidsetContentServiceFactory(ContentServiceFactory contentServiceFactory)-
Methods inherited from class org.dspace.usage.AbstractUsageEventListener
getEventNamePrefixes, getResourcePrefix, setEventService
-
-
-
-
Field Detail
-
contentServiceFactory
protected ContentServiceFactory contentServiceFactory
-
configurationService
protected ConfigurationService configurationService
-
clientInfoService
protected ClientInfoService clientInfoService
-
-
Method Detail
-
setContentServiceFactory
@Autowired public void setContentServiceFactory(ContentServiceFactory contentServiceFactory)
-
setConfigurationService
@Autowired public void setConfigurationService(ConfigurationService configurationService)
-
setClientInfoService
@Autowired public void setClientInfoService(ClientInfoService clientInfoService)
-
receiveEvent
public void receiveEvent(Event event)
-
-