Package org.firebirdsql.jdbc
Interface FBObjectListener
- 
 public interface FBObjectListenerThis interface defines set of listeners that will be called in different situations.- Author:
- Roman Rokytskyy, Mark Rotteveel
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceFBObjectListener.BlobListenerListener for the events generated by BLOBs.static interfaceFBObjectListener.FetcherListenerstatic classFBObjectListener.NoActionBlobListenerImplementation ofFBObjectListener.BlobListenerthat implements all methods as empty methods.static classFBObjectListener.NoActionResultSetListenerImplementation ofFBObjectListener.ResultSetListenerthat implements all methods as empty methods.static interfaceFBObjectListener.ResultSetListenerListener for the events generated by the result set.static interfaceFBObjectListener.StatementListenerListener for the events generated by statements.
 
-