hu.netmind.beankeeper
Interface PersistenceEventListener

All Known Implementing Classes:
TransactionalMap

public interface PersistenceEventListener

An event listener can receive all generated events from the library. A listener may be registered in the EventDispatcher.


Method Summary
 void handle(PersistenceEvent event)
          Handle the event from the library.
 

Method Detail

handle

void handle(PersistenceEvent event)
            throws java.lang.Exception
Handle the event from the library. This method may throw exceptions, in which case the containing transaction (if there is one) will be rolled back.

Throws:
java.lang.Exception