Class RuleUpdateTwitterListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<io.meeds.gamification.model.RuleDTO,String>
io.meeds.gamification.twitter.listener.RuleUpdateTwitterListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.services.listener.ListenerBase<io.meeds.gamification.model.RuleDTO,String>
public class RuleUpdateTwitterListener
extends org.exoplatform.services.listener.Listener<io.meeds.gamification.model.RuleDTO,String>
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionRuleUpdateTwitterListener(TwitterService twitterAccountService, io.meeds.gamification.service.RuleService ruleService) -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.services.listener.ListenerBase
getName
-
Constructor Details
-
RuleUpdateTwitterListener
public RuleUpdateTwitterListener(TwitterService twitterAccountService, io.meeds.gamification.service.RuleService ruleService)
-
-
Method Details
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<io.meeds.gamification.model.RuleDTO, String> event)
-