|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableListener
An object which can be notified when a Table
is accessed.
Method Summary | |
---|---|
void |
notifyTouched(PoemTransaction transaction,
Table table,
Persistent persistent)
Notify a Table that one of its records is about to be modified. |
void |
notifyUncached(Table table)
Notify a Table that it is being uncached. |
Method Detail |
---|
void notifyTouched(PoemTransaction transaction, Table table, Persistent persistent)
transaction
- the PoemTransaction about to modifytable
- the Table to notifypersistent
- the record that is being modifiedvoid notifyUncached(Table table)
table
- the Table that is to be uncached
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |