public interface TableListener
Table is accessed.| Modifier and Type | Method and Description |
|---|---|
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.
|
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 uncachedCopyright © 2000–2021 PanEris. All rights reserved.