Class CommunityOfUsersRemovingListener
- java.lang.Object
-
- org.silverpeas.core.notification.system.CDIResourceEventListener<org.silverpeas.core.admin.component.notification.ComponentInstanceEvent>
-
- org.silverpeas.components.community.model.CommunityOfUsersRemovingListener
-
- All Implemented Interfaces:
org.silverpeas.core.notification.system.ResourceEventListener<org.silverpeas.core.admin.component.notification.ComponentInstanceEvent>
@Technical @Bean public class CommunityOfUsersRemovingListener extends org.silverpeas.core.notification.system.CDIResourceEventListener<org.silverpeas.core.admin.component.notification.ComponentInstanceEvent>
The community of users application is removed, that is to say it is moved into the bin of the spaces and component instances. In a such situation, the group of members of this community should be also removed (id est moved into the bin of user groups)- Author:
- mmoquillon
-
-
Constructor Summary
Constructors Constructor Description CommunityOfUsersRemovingListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onRecovery(org.silverpeas.core.admin.component.notification.ComponentInstanceEvent event)
void
onRemoving(org.silverpeas.core.admin.component.notification.ComponentInstanceEvent event)
-
Methods inherited from class org.silverpeas.core.notification.system.CDIResourceEventListener
onEvent
-
-