Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.listener
Interface SynchronousEventListener

All Superinterfaces:
EventListener

public interface SynchronousEventListener
extends EventListener

Synchronous core document event listener.

Author:
Julien Anguenot

Method Summary
 boolean notifyEvent(CoreEvent coreEvent, int timeout)
          Document Listener notification.
 
Methods inherited from interface org.nuxeo.ecm.core.listener.EventListener
accepts, addEventId, getName, getOrder, handleEvent, operationStarted, operationTerminated, removeEventId, setName, setOrder
 

Method Detail

notifyEvent

boolean notifyEvent(CoreEvent coreEvent,
                    int timeout)
Document Listener notification.

Parameters:
coreEvent - the change event
timeout -
Returns:
boolean

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.