Package org.firebirdsql.jdbc
Interface FBObjectListener.BlobListener
- All Known Implementing Classes:
FBObjectListener.NoActionBlobListener,InternalTransactionCoordinator,InternalTransactionCoordinator.AbstractTransactionCoordinator
- Enclosing interface:
- FBObjectListener
public static interface FBObjectListener.BlobListener
Listener for the events generated by BLOBs.
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotify listener that execution of some BLOB operation had been completed.voidexecutionStarted(FirebirdBlob blob) Notify listener that execution of some BLOB operation had been started.
-
Method Details
-
executionStarted
Notify listener that execution of some BLOB operation had been started.- Parameters:
blob- instance ofFirebirdBlobthat caused this event.- Throws:
SQLException- if something went wrong.
-
executionCompleted
Notify listener that execution of some BLOB operation had been completed.- Parameters:
blob- instance ofFirebirdBlobthat caused this event.- Throws:
SQLException- if something went wrong.
-