| An event listener.
An EventListener can be registered via the
javax.jcr.observation.ObservationManager object. Event listeners are
notified asynchronously, and see events after they occur and the transaction
is committed. An event listener only sees events for which the session that
registered it has sufficient access rights.
|