public static final class FBObjectListener.NoActionBlobListener extends java.lang.Object implements FBObjectListener.BlobListener
FBObjectListener.BlobListener that implements all methods as
 empty methods.| Modifier and Type | Method and Description | 
|---|---|
| void | executionCompleted(FirebirdBlob blob)Notify listener that execution of some BLOB operation had been completed. | 
| void | executionStarted(FirebirdBlob blob)Notify listener that execution of some BLOB operation had been started. | 
| static FBObjectListener.BlobListener | instance() | 
public static FBObjectListener.BlobListener instance()
public void executionStarted(FirebirdBlob blob) throws java.sql.SQLException
FBObjectListener.BlobListenerexecutionStarted in interface FBObjectListener.BlobListenerblob - instance of FirebirdBlob that caused this event.java.sql.SQLException - if something went wrong.public void executionCompleted(FirebirdBlob blob) throws java.sql.SQLException
FBObjectListener.BlobListenerexecutionCompleted in interface FBObjectListener.BlobListenerblob - instance of FirebirdBlob that caused this event.java.sql.SQLException - if something went wrong.Copyright © 2001-2023 Jaybird (Firebird JDBC/JCA) team. All rights reserved.