com.azalient.api.file.event
Interface NewTableListener


public interface NewTableListener

A listener that is notified when a table is changed


Method Summary
 void tableChanged(PageW page, TableW table, TableEvent event)
          This is fired when a table is modified (row added) or updated (fields changed)
 

Method Detail

tableChanged

void tableChanged(PageW page,
                  TableW table,
                  TableEvent event)
This is fired when a table is modified (row added) or updated (fields changed)