|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpdateListener
Specifies the behavior of objects that receive notification of update activity performed through a Database. Use Database.setUpdateListener() to register.
| Method Summary | |
|---|---|
void |
afterCommand(Database db,
java.lang.String sql,
java.lang.Object[] parms)
Notification received after an sql update, insert, delete or call is run via Database.execute. |
void |
afterDelete(Database db,
IRecord rec)
Notification received after an IRecord object is deleted. |
void |
afterInsert(Database db,
IRecord rec)
Notification received after an IRecord object is inserted. |
void |
afterUpdate(Database db,
IRecord rec)
Notification received after an IRecord object is updated. |
| Method Detail |
|---|
void afterCommand(Database db,
java.lang.String sql,
java.lang.Object[] parms)
throws java.lang.Exception
java.lang.Exception
void afterDelete(Database db,
IRecord rec)
throws java.lang.Exception
java.lang.Exception
void afterInsert(Database db,
IRecord rec)
throws java.lang.Exception
java.lang.Exception
void afterUpdate(Database db,
IRecord rec)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||