public interface EventListener
Observer interface for transaction-related domain events.
External applications/modules can implement this functionality to
be notified of significant events. Implementations are registered
via the JDK 6+ ServiceLoader mechanism.
CAUTION: event notification is synchronous, so registering listeners
may impact performance of the core!