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>
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionShareDocumentNotificationListener(org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(org.exoplatform.services.listener.Event<org.exoplatform.social.core.identity.model.Identity, javax.jcr.Node> event) Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
ShareDocumentNotificationListener
public ShareDocumentNotificationListener(org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager)
-
-
Method Details
-
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
-