link start!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.hsqldb.jdbc;
|
||||
|
||||
import java.sql.SQLException;
|
||||
|
||||
public interface JDBCConnectionEventListener {
|
||||
void connectionClosed();
|
||||
|
||||
void connectionErrorOccured(SQLException sQLException);
|
||||
}
|
||||
Reference in New Issue
Block a user