|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DBRecordListener<gDBR extends DBRecord>
DBRecordListener
callback listener for DBRecord update/insert
Method Summary | |
---|---|
void |
recordDidInsert(gDBR rcd)
Callback after record has been be inserted into the table |
void |
recordDidUpdate(gDBR rcd)
Callback after record has been be updated in the table |
void |
recordWillInsert(gDBR rcd)
Callback when record is about to be inserted into the table |
void |
recordWillUpdate(gDBR rcd)
Callback when record is about to be updated in the table |
Method Detail |
---|
void recordWillInsert(gDBR rcd)
rcd
- The record about to be insertedvoid recordDidInsert(gDBR rcd)
rcd
- The record that was just insertedvoid recordWillUpdate(gDBR rcd)
rcd
- The record about to be updatedvoid recordDidUpdate(gDBR rcd)
rcd
- The record that was just updated
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |