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 java.lang.Object implements FBObjectListener.BlobListener Implementation ofFBObjectListener.BlobListenerthat implements all methods as empty methods.
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecutionCompleted(FirebirdBlob blob)Notify listener that execution of some BLOB operation had been completed.voidexecutionStarted(FirebirdBlob blob)Notify listener that execution of some BLOB operation had been started.static FBObjectListener.BlobListenerinstance()
 
- 
- 
- 
Method Detail- 
instancepublic static FBObjectListener.BlobListener instance() 
 - 
executionStartedpublic void executionStarted(FirebirdBlob blob) throws java.sql.SQLException Description copied from interface:FBObjectListener.BlobListenerNotify listener that execution of some BLOB operation had been started.- Specified by:
- executionStartedin interface- FBObjectListener.BlobListener
- Parameters:
- blob- instance of- FirebirdBlobthat caused this event.
- Throws:
- java.sql.SQLException- if something went wrong.
 
 - 
executionCompletedpublic void executionCompleted(FirebirdBlob blob) throws java.sql.SQLException Description copied from interface:FBObjectListener.BlobListenerNotify listener that execution of some BLOB operation had been completed.- Specified by:
- executionCompletedin interface- FBObjectListener.BlobListener
- Parameters:
- blob- instance of- FirebirdBlobthat caused this event.
- Throws:
- java.sql.SQLException- if something went wrong.
 
 
- 
 
-