org.exoplatform.services.wcm.publication.listener.post
Class PostCreateContentEventListener

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.services.listener.Listener<org.exoplatform.services.cms.CmsService,javax.jcr.Node>
          extended by org.exoplatform.services.wcm.publication.listener.post.PostCreateContentEventListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class PostCreateContentEventListener
extends org.exoplatform.services.listener.Listener<org.exoplatform.services.cms.CmsService,javax.jcr.Node>

Created by The eXo Platform SAS Author : Hoa Pham hoa.phamvu@exoplatform.com Mar 5, 2009


Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
PostCreateContentEventListener(WCMPublicationService publicationService, WCMConfigurationService configurationService, WebSchemaConfigService schemaConfigService)
          Instantiates a new post create content event listener.
 
Method Summary
 void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.services.cms.CmsService,javax.jcr.Node> event)
           
 
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostCreateContentEventListener

public PostCreateContentEventListener(WCMPublicationService publicationService,
                                      WCMConfigurationService configurationService,
                                      WebSchemaConfigService schemaConfigService)
Instantiates a new post create content event listener.

Parameters:
publicationService - the publication service
configurationService - the configuration service
schemaConfigService - the schema config service
Method Detail

onEvent

public void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.services.cms.CmsService,javax.jcr.Node> event)
             throws java.lang.Exception
Specified by:
onEvent in class org.exoplatform.services.listener.Listener<org.exoplatform.services.cms.CmsService,javax.jcr.Node>
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.