Class ShareDocumentNotificationListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.listener.Listener<org.exoplatform.social.core.identity.model.Identity,javax.jcr.Node>
-
- org.exoplatform.documents.listener.ShareDocumentNotificationListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class ShareDocumentNotificationListener extends org.exoplatform.services.listener.Listener<org.exoplatform.social.core.identity.model.Identity,javax.jcr.Node>
-
-
Constructor Summary
Constructors Constructor Description ShareDocumentNotificationListener(org.exoplatform.social.core.space.spi.SpaceService spaceService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.exoplatform.services.listener.Event<org.exoplatform.social.core.identity.model.Identity,javax.jcr.Node> event)
-
-
-
Method Detail
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.social.core.identity.model.Identity,javax.jcr.Node> event) throws Exception- Specified by:
onEventin classorg.exoplatform.services.listener.Listener<org.exoplatform.social.core.identity.model.Identity,javax.jcr.Node>- Throws:
Exception
-
-