public class ScriptingPostCommitEventListener extends Object implements PostCommitEventListener
| Constructor and Description |
|---|
ScriptingPostCommitEventListener(Script script) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(EventBundle bundle)
Handles the set of events that were raised during the life of an user
operation.
|
public ScriptingPostCommitEventListener(Script script)
public void handleEvent(EventBundle bundle) throws ClientException
PostCommitEventListener
The events are fired as a BundleEvent after the transaction is
committed.
handleEvent in interface PostCommitEventListenerbundle - the events to handleClientExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.