Class CommentEventNotifier
- java.lang.Object
-
- org.silverpeas.core.notification.system.CDIResourceEventNotifier<Comment,CommentEvent>
-
- org.silverpeas.core.comment.service.notification.CommentEventNotifier
-
- All Implemented Interfaces:
ResourceEventNotifier<Comment,CommentEvent>
@Bean public class CommentEventNotifier extends CDIResourceEventNotifier<Comment,CommentEvent>
A notifier of events about the comments. The notifications are sent synchronously by using the CDI event mechanism.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommentEvent
createResourceEventFrom(ResourceEvent.Type type, Comment... resource)
-
Methods inherited from class org.silverpeas.core.notification.system.CDIResourceEventNotifier
notify, notifyEventOn
-
-
-
-
Method Detail
-
createResourceEventFrom
protected CommentEvent createResourceEventFrom(ResourceEvent.Type type, Comment... resource)
- Specified by:
createResourceEventFrom
in classCDIResourceEventNotifier<Comment,CommentEvent>
-
-