diff options
author | stuconnolly <stuart02@gmail.com> | 2011-10-02 11:25:26 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-10-02 11:25:26 +0000 |
commit | e23ba5155a53c43a106ac9646f51321ccc7d86f4 (patch) | |
tree | ea3da3e76bf62b13696bee5cc4f0096107e9fb48 /Source/SPFavoritesImportProtocol.h | |
parent | d01474532b11014019d4d5a1197a8f8f7d683c0b (diff) | |
download | sequelpro-e23ba5155a53c43a106ac9646f51321ccc7d86f4.tar.gz sequelpro-e23ba5155a53c43a106ac9646f51321ccc7d86f4.tar.bz2 sequelpro-e23ba5155a53c43a106ac9646f51321ccc7d86f4.zip |
Favorites import progress.
Diffstat (limited to 'Source/SPFavoritesImportProtocol.h')
-rw-r--r-- | Source/SPFavoritesImportProtocol.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Source/SPFavoritesImportProtocol.h b/Source/SPFavoritesImportProtocol.h index bb178fc8..f025ab8e 100644 --- a/Source/SPFavoritesImportProtocol.h +++ b/Source/SPFavoritesImportProtocol.h @@ -33,7 +33,14 @@ @protocol SPFavoritesImportProtocol /** - * Invoked when the favorites import proccess completes + * Invoked when the favorites import process successfully imports the favorites data. + * + * @param data The imported data as a dictionary. + */ +- (void)favoritesImportData:(NSDictionary *)data; + +/** + * Invoked when the favorites import proccess completes. * * @param error An error instance. Anything other than nil indicates an error occurred. */ |