Uses of Class
org.exoplatform.social.core.space.SpaceListenerPlugin
-
Packages that use SpaceListenerPlugin Package Description org.exoplatform.social.core.space.spi Provides classes that are necessary to control spaces and their lifecycles. -
-
Uses of SpaceListenerPlugin in org.exoplatform.social.core.space.spi
Methods in org.exoplatform.social.core.space.spi with parameters of type SpaceListenerPlugin Modifier and Type Method Description voidSpaceService. registerSpaceListenerPlugin(SpaceListenerPlugin spaceListenerPlugin)Registers a space listener plugin to listen to space lifecyle events: creating, updating, installing an application, and more.voidSpaceService. unregisterSpaceListenerPlugin(SpaceListenerPlugin spaceListenerPlugin)Unregisters an existing space listener plugin.
-