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 Modifier and Type Field Description static StringAGENDA_AGENDA_COMPLETE_IDstatic StringAGENDA_AGENDA_PORTLET_IDstatic StringAGENDA_AGENDA_TIMELINE_COMPLETE_IDstatic StringAGENDA_AGENDA_TIMELINE_PORTLET_IDstatic StringAGENDA_APPLICATION_INSTALLED_EVENT_NAMEstatic StringAGENDA_APPLICATION_NAMEstatic StringAGENDA_APPLICATION_UNINSTALLED_EVENT_NAMEstatic StringSPACE_HOME_EXTENSIBLE_CONTAINER_ID
-
Constructor Summary
Constructors Constructor Description AgendaSpaceApplicationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInvitedUser(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, wait
-
-
-
-
Field Detail
-
AGENDA_APPLICATION_INSTALLED_EVENT_NAME
public static final String AGENDA_APPLICATION_INSTALLED_EVENT_NAME
- See Also:
- Constant Field Values
-
AGENDA_APPLICATION_UNINSTALLED_EVENT_NAME
public static final String AGENDA_APPLICATION_UNINSTALLED_EVENT_NAME
- See Also:
- Constant Field Values
-
SPACE_HOME_EXTENSIBLE_CONTAINER_ID
public static final String SPACE_HOME_EXTENSIBLE_CONTAINER_ID
- See Also:
- Constant Field Values
-
AGENDA_APPLICATION_NAME
public static final String AGENDA_APPLICATION_NAME
- See Also:
- Constant Field Values
-
AGENDA_AGENDA_PORTLET_ID
public static final String AGENDA_AGENDA_PORTLET_ID
- See Also:
- Constant Field Values
-
AGENDA_AGENDA_TIMELINE_PORTLET_ID
public static final String AGENDA_AGENDA_TIMELINE_PORTLET_ID
- See Also:
- Constant Field Values
-
AGENDA_AGENDA_COMPLETE_ID
public static final String AGENDA_AGENDA_COMPLETE_ID
- See Also:
- Constant Field Values
-
AGENDA_AGENDA_TIMELINE_COMPLETE_ID
public static final String AGENDA_AGENDA_TIMELINE_COMPLETE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-