Package org.exoplatform.agenda.listener
Class AgendaSpaceApplicationListener
java.lang.Object
org.exoplatform.agenda.listener.AgendaSpaceApplicationListener
- 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
public class AgendaSpaceApplicationListener
extends Object
implements org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInvitedUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidaddPendingUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidapplicationActivated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidapplicationAdded(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidapplicationDeactivated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidapplicationRemoved(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidgrantedLead(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidjoined(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidleft(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidrevokedLead(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidspaceAccessEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidspaceAvatarEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidspaceBannerEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidspaceCreated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidspaceDescriptionEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidspaceRemoved(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidspaceRenamed(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
removeInvitedUser, removePendingUser, spaceRegistrationEdited
-
Field Details
-
AGENDA_APPLICATION_INSTALLED_EVENT_NAME
- See Also:
-
AGENDA_APPLICATION_UNINSTALLED_EVENT_NAME
- See Also:
-
SPACE_HOME_EXTENSIBLE_CONTAINER_ID
- See Also:
-
AGENDA_APPLICATION_NAME
- See Also:
-
AGENDA_AGENDA_PORTLET_ID
- See Also:
-
AGENDA_AGENDA_TIMELINE_PORTLET_ID
- See Also:
-
AGENDA_AGENDA_COMPLETE_ID
- See Also:
-
AGENDA_AGENDA_TIMELINE_COMPLETE_ID
- See Also:
-
-
Constructor Details
-
AgendaSpaceApplicationListener
public AgendaSpaceApplicationListener()
-
-
Method Details
-
applicationAdded
public void applicationAdded(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
applicationAddedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
applicationActivated
public void applicationActivated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
applicationActivatedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
applicationRemoved
public void applicationRemoved(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
applicationRemovedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
applicationDeactivated
public void applicationDeactivated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
applicationDeactivatedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
spaceCreated
public void spaceCreated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
spaceCreatedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
spaceRemoved
public void spaceRemoved(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
spaceRemovedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
joined
public void joined(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
joinedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
left
public void left(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
leftin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
grantedLead
public void grantedLead(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
grantedLeadin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
revokedLead
public void revokedLead(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
revokedLeadin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
spaceRenamed
public void spaceRenamed(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
spaceRenamedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
spaceDescriptionEdited
public void spaceDescriptionEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
spaceDescriptionEditedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
spaceAvatarEdited
public void spaceAvatarEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
spaceAvatarEditedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
spaceAccessEdited
public void spaceAccessEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
spaceAccessEditedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
addInvitedUser
public void addInvitedUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
addInvitedUserin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
addPendingUser
public void addPendingUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
addPendingUserin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
spaceBannerEdited
public void spaceBannerEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
spaceBannerEditedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-