| java.lang.Object hu.netmind.persistence.EventDispatcher
EventDispatcher | public class EventDispatcher (Code) | | Dispatches all events from the library internals to all registered
listeners.
author: Brautigam Robert version: CVS Revision: $Revision$ |
EventDispatcher | public EventDispatcher()(Code) | | |
safeNotify | void safeNotify(PersistenceEvent event)(Code) | | Notify listeners, but catch all exceptions, and do not rollback
current transaction, if such exceptions are thrown.
|
unregisterListener | public synchronized void unregisterListener(PersistenceEventListener listener)(Code) | | Remove the given listener from this dispatcher.
|
|
|