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.


Method Summary
 void eventOccurred(Event event)
           
 

Method Detail

eventOccurred

void eventOccurred(Event event)


Copyright © 2013. All Rights Reserved.