cmu.survey.data
Interface DataTableModel.DataTableModelGUIListener

Enclosing class:
DataTableModel

public static interface DataTableModel.DataTableModelGUIListener


Method Summary
 void tableLocked(java.lang.String descriptionOfLock)
          The table has been locked for a long process, and the user should not be allowed to edit or see it.
 void tableUnlocked()
          The table has been unlocked after a long process.
 

Method Detail

tableLocked

void tableLocked(java.lang.String descriptionOfLock)
The table has been locked for a long process, and the user should not be allowed to edit or see it.


tableUnlocked

void tableUnlocked()
The table has been unlocked after a long process. Some update events will probably have just been fired.