|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 Detail |
---|
void executionStarted(FirebirdBlob blob) throws java.sql.SQLException
blob
- instance of FirebirdBlob
that caused this event.
java.sql.SQLException
- if something went wrong.void executionCompleted(FirebirdBlob blob) throws java.sql.SQLException
blob
- instance of FirebirdBlob
that caused this event.
java.sql.SQLException
- if something went wrong.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |