Class NodeEventNotifier
- java.lang.Object
-
- org.silverpeas.core.notification.system.CDIResourceEventNotifier<NodeDetail,NodeEvent>
-
- org.silverpeas.core.node.notification.NodeEventNotifier
-
- All Implemented Interfaces:
ResourceEventNotifier<NodeDetail,NodeEvent>
@Bean public class NodeEventNotifier extends CDIResourceEventNotifier<NodeDetail,NodeEvent>
- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NodeEvent
createResourceEventFrom(ResourceEvent.Type type, NodeDetail... resource)
-
Methods inherited from class org.silverpeas.core.notification.system.CDIResourceEventNotifier
notify, notifyEventOn
-
-
-
-
Method Detail
-
createResourceEventFrom
protected NodeEvent createResourceEventFrom(ResourceEvent.Type type, NodeDetail... resource)
- Specified by:
createResourceEventFrom
in classCDIResourceEventNotifier<NodeDetail,NodeEvent>
-
-