diff options
Diffstat (limited to 'src/net/java/sip/communicator/service/notification')
-rw-r--r-- | src/net/java/sip/communicator/service/notification/NotificationService.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/service/notification/NotificationService.java b/src/net/java/sip/communicator/service/notification/NotificationService.java index 6026354..1998426 100644 --- a/src/net/java/sip/communicator/service/notification/NotificationService.java +++ b/src/net/java/sip/communicator/service/notification/NotificationService.java @@ -333,10 +333,12 @@ public interface NotificationService * (e.g. with systray) * @param message the message to use if and where appropriate (e.g. with * systray or log notification.) + * @param tag additional info to be used by the notification handler */ public void fireNotification( String eventType, String messageTitle, - String message); + String message, + Object tag); /** * Fires all notifications registered for the specified <tt>eventType</tt> |