Package org.firebirdsql.jdbc
Interface FBObjectListener
-
public interface FBObjectListener
This interface defines set of listeners that will be called in different situations.- Author:
- Roman Rokytskyy, Mark Rotteveel
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FBObjectListener.BlobListener
Listener for the events generated by BLOBs.static interface
FBObjectListener.FetcherListener
static class
FBObjectListener.NoActionBlobListener
Implementation ofFBObjectListener.BlobListener
that implements all methods as empty methods.static class
FBObjectListener.NoActionResultSetListener
Implementation ofFBObjectListener.ResultSetListener
that implements all methods as empty methods.static interface
FBObjectListener.ResultSetListener
Listener for the events generated by the result set.static interface
FBObjectListener.StatementListener
Listener for the events generated by statements.
-