Package org.exoplatform.news.listener
Class AnalyticsNewsListener
-
-
Constructor Summary
Constructors Constructor Description AnalyticsNewsListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.social.core.manager.IdentityManagergetIdentityManager()org.exoplatform.social.core.space.spi.SpaceServicegetSpaceService()voidonEvent(org.exoplatform.services.listener.Event<String,News> event)
-
-
-
Method Detail
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<String,News> event) throws Exception
-
getIdentityManager
public org.exoplatform.social.core.manager.IdentityManager getIdentityManager()
-
getSpaceService
public org.exoplatform.social.core.space.spi.SpaceService getSpaceService()
-
-