org.nuxeo.ecm.platform.events.listener
Class ContextDataCleanerListener
java.lang.Object
org.nuxeo.ecm.core.listener.AbstractEventListener
org.nuxeo.ecm.platform.events.listener.ContextDataCleanerListener
- All Implemented Interfaces:
- AsynchronousEventListener, DocumentModelEventListener, EventListener
public class ContextDataCleanerListener
- extends AbstractEventListener
- implements AsynchronousEventListener, DocumentModelEventListener
Listener used to clean the context information set at request scope.
Context information is sent together with a document to be used when
processing an event for the document.
This listener is supposed to be called at the end of the other event
processings to clean this list.
- Author:
- Anahide Tchertchian
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextDataCleanerListener
public ContextDataCleanerListener()
notifyEvent
public void notifyEvent(CoreEvent coreEvent)
- Description copied from interface:
EventListener
- Notifies a core event.
- Specified by:
notifyEvent in interface EventListener
- Parameters:
coreEvent - the core event to notify
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.