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)
Event.cancel()
event
- the eventCopyright © 2015 Nuxeo SA. All rights reserved.