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