Class CommunityEventNotifier
java.lang.Object
org.silverpeas.core.notification.system.CDIResourceEventNotifier<CommunityOfUsers,CommunityEvent>
org.silverpeas.components.community.notification.CommunityEventNotifier
- All Implemented Interfaces:
org.silverpeas.core.notification.system.ResourceEventNotifier<CommunityOfUsers,CommunityEvent>
@Bean
public final class CommunityEventNotifier
extends org.silverpeas.core.notification.system.CDIResourceEventNotifier<CommunityOfUsers,CommunityEvent>
A notifier on the changes in the state of a Community business object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommunityEventcreateResourceEventFrom(org.silverpeas.core.notification.system.ResourceEvent.Type type, CommunityOfUsers... resource) static CommunityEventNotifierget()Methods inherited from class org.silverpeas.core.notification.system.CDIResourceEventNotifier
notify, notifyEventOn
-
Constructor Details
-
CommunityEventNotifier
public CommunityEventNotifier()
-
-
Method Details
-
get
-
createResourceEventFrom
protected CommunityEvent createResourceEventFrom(org.silverpeas.core.notification.system.ResourceEvent.Type type, CommunityOfUsers... resource) - Specified by:
createResourceEventFromin classorg.silverpeas.core.notification.system.CDIResourceEventNotifier<CommunityOfUsers,CommunityEvent>
-