public interface DBDataSourceListener extends EventListener
DBDataSource
.Modifier and Type | Method and Description |
---|---|
void |
connectionOpened(DBDataSourceEvent event)
Invoked every time when a
DBConnection is opened by the observed
DBDataSource . |
void connectionOpened(DBDataSourceEvent event)
DBConnection
is opened by the observed
DBDataSource
.event
- the event objectDBDataSourceEvent.getConnection()
Copyright © 2003–2020 XDEV Software. All rights reserved.