Package io.meeds.social.space.listener
Class SpaceGroupCacheListener
java.lang.Object
io.meeds.social.space.listener.SpaceGroupCacheListener
- 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
@Component
public class SpaceGroupCacheListener
extends Object
implements org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()voidspaceCreated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidtemplateApplied(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) Methods 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
addInvitedUser, addPendingUser, addPublisherUser, addRedactorUser, categoryAdded, categoryRemoved, grantedLead, joined, left, removeInvitedUser, removePendingUser, removePublisherUser, removeRedactorUser, revokedLead, spaceAccessEdited, spaceAvatarEdited, spaceBannerEdited, spaceDescriptionEdited, spaceRegistrationEdited, spaceRemoved, spaceRenamed, spaceSovereigntyEdited, userJoinedByInvitationLink
-
Constructor Details
-
SpaceGroupCacheListener
public SpaceGroupCacheListener()
-
-
Method Details
-
init
@PostConstruct public void init() -
spaceCreated
public void spaceCreated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
spaceCreatedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
templateApplied
public void templateApplied(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
templateAppliedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-