public interface EventListener
Notifications are expressed as Event objects. This type of listeners are always invoked synchronously immediately after the event is raised.
for asynchronous listeners or post commit listeners
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(Event event)
Handle the given event.
|
void handleEvent(Event event) throws ClientException
Event.cancel()
event
- the eventClientException
Copyright © 2015 Nuxeo SA. All rights reserved.