Uses of Interface
org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
-
Packages that use SpaceLifeCycleListener 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 SpaceLifeCycleListener in org.exoplatform.social.core.space
Classes in org.exoplatform.social.core.space that implement SpaceLifeCycleListener Modifier and Type Class Description classSpaceListenerPluginBase class for a manageable space listener plugin.Methods in org.exoplatform.social.core.space with parameters of type SpaceLifeCycleListener Modifier and Type Method Description protected voidSpaceLifecycle. dispatchEvent(SpaceLifeCycleListener listener, SpaceLifeCycleEvent event) -
Uses of SpaceLifeCycleListener in org.exoplatform.social.core.space.spi
Methods in org.exoplatform.social.core.space.spi with parameters of type SpaceLifeCycleListener Modifier and Type Method Description voidSpaceService. registerSpaceLifeCycleListener(SpaceLifeCycleListener listener)Deprecated.Will be removed by 4.0.x.voidSpaceService. unregisterSpaceLifeCycleListener(SpaceLifeCycleListener listener)Deprecated.Will be removed by 4.0.x.
-