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)
FBObjectListener.BlobListener
executionStarted
in interface FBObjectListener.BlobListener
blob
- instance of FirebirdBlob
that caused this event.public void executionCompleted(FirebirdBlob blob)
FBObjectListener.BlobListener
executionCompleted
in interface FBObjectListener.BlobListener
blob
- instance of FirebirdBlob
that caused this event.Copyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.