com.atomikos.icatch.event
Interface EventListener


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!


Method Summary
 void eventOccurred(Event event)
           
 

Method Detail

eventOccurred

void eventOccurred(Event event)


Copyright © 2016. All Rights Reserved.