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.BlobListener
executionStarted
in interface FBObjectListener.BlobListener
blob
- instance of FirebirdBlob
that caused this event.java.sql.SQLException
- if something went wrong.public void executionCompleted(FirebirdBlob blob) throws java.sql.SQLException
FBObjectListener.BlobListener
executionCompleted
in interface FBObjectListener.BlobListener
blob
- instance of FirebirdBlob
that caused this event.java.sql.SQLException
- if something went wrong.Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.