added other notification to the interface

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@62103 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2012-12-07 15:30:09 +00:00
parent 8edbeecc0f
commit 154177a011
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public interface NotificationManager {
*
* @param userIdToNotify the user you want to notify
* @param likedFeed the {@link Feed} instance someone liked
* @return
* @return true if the notification is correctly delivered, false otherwise
*/
boolean notifyLikedFeed(String userIdToNotify, Feed likedFeed);