Package org.firebirdsql.gds.ng.listeners
package org.firebirdsql.gds.ng.listeners
-
ClassDescriptionAbstractListenerDispatcher<TListener>Dispatcher to maintain a list of listeners of type
TListenerListener for database eventsDispatcher to maintain and notify otherDatabaseListener.Default implementation ofDatabaseListenerwhere all implemented methods do nothing.Default implementation ofStatementListenerwhere all implemented methods do nothing.Provides notification of exceptions toExceptionListenerinstance.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.