Class RelationshipListenerPlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
org.exoplatform.social.core.relationship.RelationshipListenerPlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,LifeCycleListener<RelationshipEvent>,RelationshipListener
public abstract class RelationshipListenerPlugin
extends AbstractListenerPlugin
implements RelationshipListener
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfirmed(RelationshipEvent event) voidignored(RelationshipEvent event) voidremoved(RelationshipEvent event) 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.social.common.lifecycle.LifeCycleListener
getDescription, getName, setDescription, setNameMethods inherited from interface org.exoplatform.social.core.relationship.RelationshipListener
denied, requested
-
Constructor Details
-
RelationshipListenerPlugin
public RelationshipListenerPlugin()
-
-
Method Details
-
confirmed
- Specified by:
confirmedin interfaceRelationshipListener
-
ignored
- Specified by:
ignoredin interfaceRelationshipListener
-
removed
- Specified by:
removedin interfaceRelationshipListener
-