Package org.firebirdsql.jdbc
Class FBObjectListener.NoActionBlobListener
java.lang.Object
org.firebirdsql.jdbc.FBObjectListener.NoActionBlobListener
- All Implemented Interfaces:
FBObjectListener.BlobListener
- Enclosing interface:
- FBObjectListener
public static final class FBObjectListener.NoActionBlobListener
extends Object
implements FBObjectListener.BlobListener
Implementation of
FBObjectListener.BlobListener that implements all methods as
empty methods.-
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.instance()
-
Method Details
-
instance
-
executionStarted
Description copied from interface:FBObjectListener.BlobListenerNotify listener that execution of some BLOB operation had been started.- Specified by:
executionStartedin interfaceFBObjectListener.BlobListener- Parameters:
blob- instance ofFirebirdBlobthat caused this event.- Throws:
SQLException- if something went wrong.
-
executionCompleted
Description copied from interface:FBObjectListener.BlobListenerNotify listener that execution of some BLOB operation had been completed.- Specified by:
executionCompletedin interfaceFBObjectListener.BlobListener- Parameters:
blob- instance ofFirebirdBlobthat caused this event.- Throws:
SQLException- if something went wrong.
-