org.melati.poem
Interface TableListener

Package class diagram package TableListener

public interface TableListener

An object which can be notified when a Table is accessed.

Author:
WilliamC At paneris.org

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

notifyTouched

void notifyTouched(PoemTransaction transaction,
                   Table table,
                   Persistent persistent)
Notify a Table that one of its records is about to be modified.

Parameters:
transaction - the PoemTransaction about to modify
table - the Table to notify
persistent - the record that is being modified

notifyUncached

void notifyUncached(Table table)
Notify a Table that it is being uncached.

Parameters:
table - the Table that is to be uncached


Copyright © 2000-2010 PanEris. All Rights Reserved.