Interface SpaceLifeCycleListener
- All Superinterfaces:
org.exoplatform.container.component.ComponentPlugin,LifeCycleListener<SpaceLifeCycleEvent>
- All Known Implementing Classes:
SpaceListenerPlugin
A listener to follow the liecycle of a space.
- Version:
- $Revision$
- Author:
- Patrice Lamarque
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidInvokes this method when a user is invited to join a space.default voidInvokes this method when a user request to join a space.default voidInvokes this method when an application is activated.default voidInvokes this method when an application is added to a space.default voidInvokes this method when an application is deactivated from a space.default voidInvokes this method when an application is removed from a space.default voidgrantedLead(SpaceLifeCycleEvent event) Invokes this method when a user is granted lead role of a space.default voidjoined(SpaceLifeCycleEvent event) Invokes this method when a user joins a space.default voidleft(SpaceLifeCycleEvent event) Invokes this method when a user leaves a space.default voidrevokedLead(SpaceLifeCycleEvent event) Invokes this method when a user is revoked lead role of a space.default voidInvokes this method when a user update the space access.default voidInvokes this method when a user change the avatar of a space.default voidInvokes this method when a user change the banner of a space.default voidspaceCreated(SpaceLifeCycleEvent event) Invokes this method when a space is created.default voidInvokes this method when a user change the description of a space.default voidInvokes this method when a user update the space registrationdefault voidspaceRemoved(SpaceLifeCycleEvent event) Invokes this method when a space is removed.default voidspaceRenamed(SpaceLifeCycleEvent event) Invokes this method when a user rename a space.Methods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener
getDescription, getName, setDescription, setName
-
Method Details
-
spaceCreated
Invokes this method when a space is created.- Parameters:
event- the space lifecycle event
-
spaceRemoved
Invokes this method when a space is removed.- Parameters:
event- the space lifecyle event
-
applicationAdded
Invokes this method when an application is added to a space.- Parameters:
event- the space lifecycle event
-
applicationRemoved
Invokes this method when an application is removed from a space.- Parameters:
event- the space lifecycle event.
-
applicationActivated
Invokes this method when an application is activated.- Parameters:
event- the space lifecyle event
-
applicationDeactivated
Invokes this method when an application is deactivated from a space.- Parameters:
event- the space lifecycle event
-
joined
Invokes this method when a user joins a space.- Parameters:
event- the space lifecycle event
-
left
Invokes this method when a user leaves a space.- Parameters:
event- the space lifecycle event
-
grantedLead
Invokes this method when a user is granted lead role of a space.- Parameters:
event- the space lifecycle event
-
revokedLead
Invokes this method when a user is revoked lead role of a space.- Parameters:
event- the space lifecycle event
-
spaceRenamed
Invokes this method when a user rename a space.- Parameters:
event- the space lifecycle event
-
spaceDescriptionEdited
Invokes this method when a user change the description of a space.- Parameters:
event- the space lifecycle event
-
spaceAvatarEdited
Invokes this method when a user change the avatar of a space.- Parameters:
event- the space lifecycle event
-
spaceAccessEdited
Invokes this method when a user update the space access.- Parameters:
event- the space lifecycle event
-
addInvitedUser
Invokes this method when a user is invited to join a space.- Parameters:
event- the space lifecycle event
-
addPendingUser
Invokes this method when a user request to join a space.- Parameters:
event- the space lifecycle event
-
spaceRegistrationEdited
Invokes this method when a user update the space registration- Parameters:
event-
-
spaceBannerEdited
Invokes this method when a user change the banner of a space.- Parameters:
event- the space lifecycle event
-