Package io.meeds.billing.listener
Class BillingSpaceListener
java.lang.Object
org.exoplatform.social.core.space.SpaceListenerPlugin
io.meeds.billing.listener.BillingSpaceListener
- 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 BillingSpaceListener
extends org.exoplatform.social.core.space.SpaceListenerPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()voidspaceCreated(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, spaceDescriptionEdited, spaceRemoved, spaceRenamedMethods 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, spaceSovereigntyEdited
-
Constructor Details
-
BillingSpaceListener
public BillingSpaceListener()
-
-
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- Overrides:
spaceCreatedin classorg.exoplatform.social.core.space.SpaceListenerPlugin
-