public interface ConnectionEventListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
connectionClosed(ConnectionEvent event) |
void |
connectionErrorOccurred(ConnectionEvent event) |
void |
localTransactionCommitted(ConnectionEvent event) |
void |
localTransactionRolledback(ConnectionEvent event) |
void |
localTransactionStarted(ConnectionEvent event) |
void connectionClosed(ConnectionEvent event)
void localTransactionStarted(ConnectionEvent event)
void localTransactionCommitted(ConnectionEvent event)
void localTransactionRolledback(ConnectionEvent event)
void connectionErrorOccurred(ConnectionEvent event)
Copyright © 2013. All Rights Reserved.