Uses of Class
org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent
-
Packages that use SpaceLifeCycleEvent Package Description org.exoplatform.social.core.space org.exoplatform.social.core.space.spi 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 SpaceLifeCycleEvent Modifier and Type Method Description abstract voidSpaceListenerPlugin. addInvitedUser(SpaceLifeCycleEvent event)Invokes this method when a user is invited to join a space.abstract voidSpaceListenerPlugin. addPendingUser(SpaceLifeCycleEvent event)Invokes this method when a user request to join a space.abstract voidSpaceListenerPlugin. applicationActivated(SpaceLifeCycleEvent event)Invokes this method when an application is activated.abstract voidSpaceListenerPlugin. applicationAdded(SpaceLifeCycleEvent event)Invokes this method when an application is added to a space.abstract voidSpaceListenerPlugin. applicationDeactivated(SpaceLifeCycleEvent event)Invokes this method when an application is deactivated from a space.abstract voidSpaceListenerPlugin. applicationRemoved(SpaceLifeCycleEvent event)Invokes this method when an application is removed from a space.protected voidSpaceLifecycle. dispatchEvent(SpaceLifeCycleListener listener, SpaceLifeCycleEvent event)abstract voidSpaceListenerPlugin. grantedLead(SpaceLifeCycleEvent event)Invokes this method when a user is granted lead role of a space.abstract voidSpaceListenerPlugin. joined(SpaceLifeCycleEvent event)Invokes this method when a user joins a space.abstract voidSpaceListenerPlugin. left(SpaceLifeCycleEvent event)Invokes this method when a user leaves a space.abstract voidSpaceListenerPlugin. revokedLead(SpaceLifeCycleEvent event)Invokes this method when a user is revoked lead role of a space.abstract voidSpaceListenerPlugin. spaceAvatarEdited(SpaceLifeCycleEvent event)Invokes this method when a user change the avatar of a space.abstract voidSpaceListenerPlugin. spaceCreated(SpaceLifeCycleEvent event)Invokes this method when a space is created.abstract voidSpaceListenerPlugin. spaceDescriptionEdited(SpaceLifeCycleEvent event)Invokes this method when a user change the description of a space.abstract voidSpaceListenerPlugin. spaceRemoved(SpaceLifeCycleEvent event)Invokes this method when a space is removed.abstract 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 SpaceLifeCycleEvent Modifier and Type Method Description voidSpaceLifeCycleListener. addInvitedUser(SpaceLifeCycleEvent event)Invokes this method when a user is invited to join a space.voidSpaceLifeCycleListener. addPendingUser(SpaceLifeCycleEvent event)Invokes this method when a user request to join a space.voidSpaceLifeCycleListener. applicationActivated(SpaceLifeCycleEvent event)Invokes this method when an application is activated.voidSpaceLifeCycleListener. applicationAdded(SpaceLifeCycleEvent event)Invokes this method when an application is added to a space.voidSpaceLifeCycleListener. applicationDeactivated(SpaceLifeCycleEvent event)Invokes this method when an application is deactivated from a space.voidSpaceLifeCycleListener. applicationRemoved(SpaceLifeCycleEvent event)Invokes this method when an application is removed from a space.voidSpaceLifeCycleListener. grantedLead(SpaceLifeCycleEvent event)Invokes this method when a user is granted lead role of a space.voidSpaceLifeCycleListener. joined(SpaceLifeCycleEvent event)Invokes this method when a user joins a space.voidSpaceLifeCycleListener. left(SpaceLifeCycleEvent event)Invokes this method when a user leaves a space.voidSpaceLifeCycleListener. revokedLead(SpaceLifeCycleEvent event)Invokes this method when a user is revoked lead role of a space.voidSpaceLifeCycleListener. spaceAccessEdited(SpaceLifeCycleEvent event)Invokes this method when a user update the space access.voidSpaceLifeCycleListener. spaceAvatarEdited(SpaceLifeCycleEvent event)Invokes this method when a user change the avatar of a space.voidSpaceLifeCycleListener. spaceBannerEdited(SpaceLifeCycleEvent event)Invokes this method when a user change the banner of a space.voidSpaceLifeCycleListener. spaceCreated(SpaceLifeCycleEvent event)Invokes this method when a space is created.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 registrationvoidSpaceLifeCycleListener. spaceRemoved(SpaceLifeCycleEvent event)Invokes this method when a space is removed.voidSpaceLifeCycleListener. spaceRenamed(SpaceLifeCycleEvent event)Invokes this method when a user rename a space.
-