org.firebirdsql.jdbc

Interface FBObjectListener.BlobListener

Known Implementing Classes:
InternalTransactionCoordinator, InternalTransactionCoordinator.AbstractTransactionCoordinator, InternalTransactionCoordinator.AutoCommitCoordinator, InternalTransactionCoordinator.LocalTransactionCoordinator, InternalTransactionCoordinator.ManagedTransactionCoordinator, InternalTransactionCoordinator.MetaDataTransactionCoordinator

public static interface FBObjectListener.BlobListener

Listener for the events generated by BLOBs.

Method Summary

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.

Method Details

executionCompleted

public void executionCompleted(FirebirdBlob blob)
            throws SQLException
Notify listener that execution of some BLOB operation had been completed.
Parameters:
blob - instance of FirebirdBlob that caused this event.

executionStarted

public void executionStarted(FirebirdBlob blob)
            throws SQLException
Notify listener that execution of some BLOB operation had been started.
Parameters:
blob - instance of FirebirdBlob that caused this event.

Copyright B) 2001 David Jencks and other authors. All rights reserved.