Class SpaceRenamedListenerImpl
java.lang.Object
org.exoplatform.social.core.space.SpaceListenerPlugin
org.exoplatform.social.core.space.impl.SpaceRenamedListenerImpl
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.social.common.lifecycle.LifeCycleListener<org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent>,org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
public class SpaceRenamedListenerImpl
extends org.exoplatform.social.core.space.SpaceListenerPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidspaceRenamed(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) Methods inherited from class org.exoplatform.social.core.space.SpaceListenerPlugin
addInvitedUser, addPendingUser, grantedLead, joined, left, removePendingUser, revokedLead, spaceAvatarEdited, spaceCreated, spaceDescriptionEdited, spaceRemovedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener
getDescription, getName, setDescription, setNameMethods inherited from interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
addPublisherUser, addRedactorUser, categoryAdded, categoryRemoved, removeInvitedUser, removePublisherUser, removeRedactorUser, spaceAccessEdited, spaceBannerEdited, spaceRegistrationEdited
-
Constructor Details
-
SpaceRenamedListenerImpl
public SpaceRenamedListenerImpl()
-
-
Method Details
-
spaceRenamed
public void spaceRenamed(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
spaceRenamedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener- Overrides:
spaceRenamedin classorg.exoplatform.social.core.space.SpaceListenerPlugin
-