Package org.firebirdsql.gds.ng.listeners
-
Interface Summary Interface Description DatabaseListener Listener for database eventsExceptionListenable 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 Default implementation ofDatabaseListener
where all implemented methods do nothing.DefaultStatementListener Default implementation ofStatementListener
where all implemented methods do nothing.ExceptionListenerDispatcher Listener dispatcher forExceptionListener
.ServiceListenerDispatcher StatementListenerDispatcher Dispatcher to maintain and notify otherStatementListener
.TransactionListenerDispatcher Dispatcher to maintain and notify otherTransactionListener
.