Class RelationShipEventNotifier
- java.lang.Object
-
- org.silverpeas.core.notification.system.CDIResourceEventNotifier<RelationShip,RelationShipEvent>
-
- org.silverpeas.core.socialnetwork.relationship.RelationShipEventNotifier
-
- All Implemented Interfaces:
ResourceEventNotifier<RelationShip,RelationShipEvent>
@Bean public class RelationShipEventNotifier extends CDIResourceEventNotifier<RelationShip,RelationShipEvent>
Notifier about creation or deletion of relationship between users.
- Author:
- remipassmoilesel
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RelationShipEventNotifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RelationShipEvent
createResourceEventFrom(ResourceEvent.Type type, RelationShip... resource)
-
Methods inherited from class org.silverpeas.core.notification.system.CDIResourceEventNotifier
notify, notifyEventOn
-
-
-
-
Method Detail
-
createResourceEventFrom
protected RelationShipEvent createResourceEventFrom(ResourceEvent.Type type, RelationShip... resource)
- Specified by:
createResourceEventFrom
in classCDIResourceEventNotifier<RelationShip,RelationShipEvent>
-
-