Package io.meeds.social.space.listener
Class SpaceLayoutHandlerPlugin
java.lang.Object
io.meeds.social.space.listener.SpaceLayoutHandlerPlugin
- 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
@Service
public class SpaceLayoutHandlerPlugin
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) 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
-
Constructor Details
-
SpaceLayoutHandlerPlugin
public SpaceLayoutHandlerPlugin()
-
-
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
-