Class AttachmentEventNotifier
- java.lang.Object
-
- org.silverpeas.core.notification.system.CDIResourceEventNotifier<SimpleDocument,AttachmentEvent>
-
- org.silverpeas.core.contribution.attachment.notification.AttachmentEventNotifier
-
- All Implemented Interfaces:
ResourceEventNotifier<SimpleDocument,AttachmentEvent>
@Bean public class AttachmentEventNotifier extends CDIResourceEventNotifier<SimpleDocument,AttachmentEvent>
A service to notify about the events which occurs on attachment.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AttachmentEvent
createResourceEventFrom(ResourceEvent.Type type, SimpleDocument... resource)
static AttachmentEventNotifier
getNotifier()
-
Methods inherited from class org.silverpeas.core.notification.system.CDIResourceEventNotifier
notify, notifyEventOn
-
-
-
-
Method Detail
-
getNotifier
public static AttachmentEventNotifier getNotifier()
-
createResourceEventFrom
protected AttachmentEvent createResourceEventFrom(ResourceEvent.Type type, SimpleDocument... resource)
- Specified by:
createResourceEventFrom
in classCDIResourceEventNotifier<SimpleDocument,AttachmentEvent>
-
-