Module org.firebirdsql.jaybird
Package org.firebirdsql.gds.ng.listeners
@InternalApi
package org.firebirdsql.gds.ng.listeners
Listener interfaces and supporting classes for the
org.firebirdsql.gds.ng
API.- Since:
- 3
-
ClassDescriptionDispatcher to maintain a list of listeners of type
L
.Listener for database events.Dispatcher to maintain and notify otherDatabaseListener
.Provides notification of exceptions toExceptionListener
instance.Listener for notifications of SQL Exceptions that occurred in the object listened on.Listener dispatcher forExceptionListener
.Listener for service events.Listener interface for receiving rows and related information as retrieved by anFbStatement.fetchRows(int)
, orFbStatement.execute(RowValue)
with a singleton result.Dispatcher to maintain and notify otherStatementListener
.Dispatcher to maintain and notify otherTransactionListener
.