diff options
Diffstat (limited to 'Source/SPTableInfo.m')
-rw-r--r-- | Source/SPTableInfo.m | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPTableInfo.m b/Source/SPTableInfo.m index e44e8194..00db406e 100644 --- a/Source/SPTableInfo.m +++ b/Source/SPTableInfo.m @@ -67,6 +67,12 @@ [super dealloc]; } +/** + * Notification to indicate the table has changed and that the table info requires + * reloading for display. This is called on table changes, and also (with a nil argument) + * during certain refresh operations to trigger a data update. + * This function is not thread-safe. + */ - (void)tableChanged:(NSNotification *)notification { NSDictionary *tableStatus; |