public interface PostCommitEventListener
This type of listener can be notified either in a synchronous or asynchronous mode.
EventListener| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(EventBundle events)
Handles the set of events that were raised during the life of an user
operation.
|
void handleEvent(EventBundle events) throws ClientException
The events are fired as a BundleEvent after the transaction is
committed.
events - the events to handleClientExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.