Package org.dspace.google
Class GoogleRecorderEventListener
- java.lang.Object
-
- org.dspace.usage.AbstractUsageEventListener
-
- org.dspace.google.GoogleRecorderEventListener
-
- All Implemented Interfaces:
EventListener
@Deprecated public class GoogleRecorderEventListener extends AbstractUsageEventListener
Deprecated.Use org.dspace.google.GoogleAsyncEventListener insteadUser: 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 ClientInfoServiceclientInfoServiceDeprecated.protected ConfigurationServiceconfigurationServiceDeprecated.protected ContentServiceFactorycontentServiceFactoryDeprecated.
-
Constructor Summary
Constructors Constructor Description GoogleRecorderEventListener()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidreceiveEvent(Event event)Deprecated.voidsetClientInfoService(ClientInfoService clientInfoService)Deprecated.voidsetConfigurationService(ConfigurationService configurationService)Deprecated.voidsetContentServiceFactory(ContentServiceFactory contentServiceFactory)Deprecated.-
Methods inherited from class org.dspace.usage.AbstractUsageEventListener
getEventNamePrefixes, getResourcePrefix, setEventService
-
-
-
-
Field Detail
-
contentServiceFactory
protected ContentServiceFactory contentServiceFactory
Deprecated.
-
configurationService
protected ConfigurationService configurationService
Deprecated.
-
clientInfoService
protected ClientInfoService clientInfoService
Deprecated.
-
-
Method Detail
-
setContentServiceFactory
@Autowired public void setContentServiceFactory(ContentServiceFactory contentServiceFactory)
Deprecated.
-
setConfigurationService
@Autowired public void setConfigurationService(ConfigurationService configurationService)
Deprecated.
-
setClientInfoService
@Autowired public void setClientInfoService(ClientInfoService clientInfoService)
Deprecated.
-
receiveEvent
public void receiveEvent(Event event)
Deprecated.
-
-