Uses of Class
org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent
Packages that use SpaceLifeCycleEvent
Package
Description
Provides classes that are necessary to control spaces and their lifecycles.
-
Uses of SpaceLifeCycleEvent in org.exoplatform.social.core.space
Methods in org.exoplatform.social.core.space with parameters of type SpaceLifeCycleEventModifier and TypeMethodDescriptionvoidSpaceListenerPlugin.addInvitedUser(SpaceLifeCycleEvent event) Invokes this method when a user is invited to join a space.voidSpaceListenerPlugin.addPendingUser(SpaceLifeCycleEvent event) Invokes this method when a user request to join a space.voidSpaceListenerPlugin.applicationActivated(SpaceLifeCycleEvent event) Invokes this method when an application is activated.voidSpaceListenerPlugin.applicationAdded(SpaceLifeCycleEvent event) Invokes this method when an application is added to a space.voidSpaceListenerPlugin.applicationDeactivated(SpaceLifeCycleEvent event) Invokes this method when an application is deactivated from a space.voidSpaceListenerPlugin.applicationRemoved(SpaceLifeCycleEvent event) Invokes this method when an application is removed from a space.protected voidSpaceLifecycle.dispatchEvent(SpaceLifeCycleListener listener, SpaceLifeCycleEvent event) voidSpaceListenerPlugin.grantedLead(SpaceLifeCycleEvent event) Invokes this method when a user is granted lead role of a space.voidSpaceListenerPlugin.joined(SpaceLifeCycleEvent event) Invokes this method when a user joins a space.voidSpaceListenerPlugin.left(SpaceLifeCycleEvent event) Invokes this method when a user leaves a space.voidSpaceListenerPlugin.revokedLead(SpaceLifeCycleEvent event) Invokes this method when a user is revoked lead role of a space.voidSpaceListenerPlugin.spaceAvatarEdited(SpaceLifeCycleEvent event) Invokes this method when a user change the avatar of a space.voidSpaceListenerPlugin.spaceCreated(SpaceLifeCycleEvent event) Invokes this method when a space is created.voidSpaceListenerPlugin.spaceDescriptionEdited(SpaceLifeCycleEvent event) Invokes this method when a user change the description of a space.voidSpaceListenerPlugin.spaceRemoved(SpaceLifeCycleEvent event) Invokes this method when a space is removed.voidSpaceListenerPlugin.spaceRenamed(SpaceLifeCycleEvent event) Invokes this method when a user rename a space. -
Uses of SpaceLifeCycleEvent in org.exoplatform.social.core.space.spi
Methods in org.exoplatform.social.core.space.spi with parameters of type SpaceLifeCycleEventModifier and TypeMethodDescriptiondefault voidSpaceLifeCycleListener.addInvitedUser(SpaceLifeCycleEvent event) Invokes this method when a user is invited to join a space.default voidSpaceLifeCycleListener.addPendingUser(SpaceLifeCycleEvent event) Invokes this method when a user request to join a space.default voidSpaceLifeCycleListener.applicationActivated(SpaceLifeCycleEvent event) Invokes this method when an application is activated.default voidSpaceLifeCycleListener.applicationAdded(SpaceLifeCycleEvent event) Invokes this method when an application is added to a space.default voidSpaceLifeCycleListener.applicationDeactivated(SpaceLifeCycleEvent event) Invokes this method when an application is deactivated from a space.default voidSpaceLifeCycleListener.applicationRemoved(SpaceLifeCycleEvent event) Invokes this method when an application is removed from a space.default voidSpaceLifeCycleListener.grantedLead(SpaceLifeCycleEvent event) Invokes this method when a user is granted lead role of a space.default voidSpaceLifeCycleListener.joined(SpaceLifeCycleEvent event) Invokes this method when a user joins a space.default voidSpaceLifeCycleListener.left(SpaceLifeCycleEvent event) Invokes this method when a user leaves a space.default voidSpaceLifeCycleListener.revokedLead(SpaceLifeCycleEvent event) Invokes this method when a user is revoked lead role of a space.default voidSpaceLifeCycleListener.spaceAccessEdited(SpaceLifeCycleEvent event) Invokes this method when a user update the space access.default voidSpaceLifeCycleListener.spaceAvatarEdited(SpaceLifeCycleEvent event) Invokes this method when a user change the avatar of a space.default voidSpaceLifeCycleListener.spaceBannerEdited(SpaceLifeCycleEvent event) Invokes this method when a user change the banner of a space.default voidSpaceLifeCycleListener.spaceCreated(SpaceLifeCycleEvent event) Invokes this method when a space is created.default voidSpaceLifeCycleListener.spaceDescriptionEdited(SpaceLifeCycleEvent event) Invokes this method when a user change the description of a space.default voidSpaceLifeCycleListener.spaceRegistrationEdited(SpaceLifeCycleEvent event) Invokes this method when a user update the space registrationdefault voidSpaceLifeCycleListener.spaceRemoved(SpaceLifeCycleEvent event) Invokes this method when a space is removed.default voidSpaceLifeCycleListener.spaceRenamed(SpaceLifeCycleEvent event) Invokes this method when a user rename a space.