javax.jcr.observation
Interface EventListener

All Known Implementing Classes:
EventLogger

public interface EventListener

An event listener.

An EventListener can be registered via the 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.

Author:
Tim Anderson, Peeter Piegaze

Method Summary
 void onEvent(EventIterator events)
          Gets called when an event occurs.
 

Method Detail

onEvent

public void onEvent(EventIterator events)
Gets called when an event occurs.

Parameters:
events - The event set recieved.


Copyright © 2005 Aparzev Software Ltd. All Rights Reserved.