cmu.survey.data
Interface TableStorage.TableListListener

All Known Implementing Classes:
TableDropDown
Enclosing interface:
TableStorage

public static interface TableStorage.TableListListener

Recieves notifications whenever the list of tables changes -- i.e. on any of these events:
- a table is created
- a table is deleted
- a table is renamed


Method Summary
 void tableListChanged()
          Called whenever the list of tables changes -- i.e. on any of these events:
- a table is created
- a table is deleted
- a table is renamed
 

Method Detail

tableListChanged

void tableListChanged()
Called whenever the list of tables changes -- i.e. on any of these events:
- a table is created
- a table is deleted
- a table is renamed