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:
parent
8edbeecc0f
commit
154177a011
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue