Class GamificationRelationshipListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
org.exoplatform.social.core.relationship.RelationshipListenerPlugin
io.meeds.gamification.listener.GamificationRelationshipListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, org.exoplatform.social.common.lifecycle.LifeCycleListener<org.exoplatform.social.core.relationship.RelationshipEvent>, org.exoplatform.social.core.relationship.RelationshipListener

public class GamificationRelationshipListener extends org.exoplatform.social.core.relationship.RelationshipListenerPlugin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    confirmed(org.exoplatform.social.core.relationship.RelationshipEvent event)
     

    Methods inherited from class org.exoplatform.social.core.relationship.RelationshipListenerPlugin

    ignored, removed

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener

    getDescription, getName, setDescription, setName

    Methods inherited from interface org.exoplatform.social.core.relationship.RelationshipListener

    denied, requested
  • Field Details

  • Constructor Details

    • GamificationRelationshipListener

      public GamificationRelationshipListener(RealizationService realizationService)
  • Method Details

    • confirmed

      public void confirmed(org.exoplatform.social.core.relationship.RelationshipEvent event)
      Specified by:
      confirmed in interface org.exoplatform.social.core.relationship.RelationshipListener
      Overrides:
      confirmed in class org.exoplatform.social.core.relationship.RelationshipListenerPlugin