public interface ConnectionEventListener
extends EventListener
void
connectionClosed(ConnectionEvent event)
connectionErrorOccurred(ConnectionEvent event)
localTransactionCommitted(ConnectionEvent event)
localTransactionRolledback(ConnectionEvent event)
localTransactionStarted(ConnectionEvent event)
public void connectionClosed(ConnectionEvent event)
public void connectionErrorOccurred(ConnectionEvent event)
public void localTransactionCommitted(ConnectionEvent event)
public void localTransactionRolledback(ConnectionEvent event)
public void localTransactionStarted(ConnectionEvent event)