Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.platform.modifier.corelistener
Class DocModifierListener

java.lang.Object
  extended by org.nuxeo.ecm.core.listener.AbstractEventListener
      extended by org.nuxeo.ecm.platform.modifier.corelistener.DocModifierListener
All Implemented Interfaces:
AsynchronousEventListener, EventListener

public class DocModifierListener
extends AbstractEventListener
implements AsynchronousEventListener


Constructor Summary
DocModifierListener()
           
 
Method Summary
 void notifyEvent(CoreEvent coreEvent)
          Core event notification.
 
Methods inherited from class org.nuxeo.ecm.core.listener.AbstractEventListener
accepts, addEventId, getName, getOrder, removeEventId, setName, setOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.core.listener.EventListener
accepts, addEventId, getName, getOrder, removeEventId, setName, setOrder
 

Constructor Detail

DocModifierListener

public DocModifierListener()
Method Detail

notifyEvent

public void notifyEvent(CoreEvent coreEvent)
                 throws Exception
Core event notification.

Checks with the Document Modifier service for the document type. If it is a candidate further processing will be performed on the document.

Specified by:
notifyEvent in interface EventListener
Parameters:
coreEvent - instance thrown at core layer
Throws:
Exception

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.