|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface can be implemented by clients who are interested in customizing the save behavior of the SQL Editor.
Method Summary | |
void |
postSave(java.sql.Connection conn,
TextEditor editor)
Performs all post treatment logic in the preSave method |
void |
preSave(java.sql.Connection conn,
TextEditor editor)
Performs all pretreatment logic in the preSave method |
Method Detail |
public void preSave(java.sql.Connection conn, TextEditor editor)
conn
- the connection objecteditor
- public void postSave(java.sql.Connection conn, TextEditor editor)
conn
- the connection objecteditor
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |