|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void eventOccurred(Event event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||