Package org.firebirdsql.gds.ng.listeners
Listener interfaces and supporting classes for the
org.firebirdsql.gds.ng
API.- Since:
- 3
-
Interface Summary Interface Description DatabaseListener Listener for database events.ExceptionListenable Provides notification of exceptions toExceptionListener
instance.ExceptionListener Listener for notifications of SQL Exceptions that occurred in the object listened on.ServiceListener Listener for service events.StatementListener Listener interface for receiving rows and related information as retrieved by anFbStatement.fetchRows(int)
, orFbStatement.execute(RowValue)
with a singleton result.TransactionListener -
Class Summary Class Description AbstractListenerDispatcher<TListener> Dispatcher to maintain a list of listeners of typeTListener
DatabaseListenerDispatcher Dispatcher to maintain and notify otherDatabaseListener
.DefaultDatabaseListener Deprecated. implementingDatabaseListener
is sufficient as all its methods have a default implementation doing nothing, class will be removed in Jaybird 6DefaultStatementListener Deprecated. implementingStatementListener
is sufficient as all its methods have a default implementation doing nothing, class will be removed in Jaybird 6ExceptionListenerDispatcher Listener dispatcher forExceptionListener
.ServiceListenerDispatcher StatementListenerDispatcher Dispatcher to maintain and notify otherStatementListener
.TransactionListenerDispatcher Dispatcher to maintain and notify otherTransactionListener
.