Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.notification
Interface PopupMessageNotificationHandler

All Superinterfaces:
NotificationHandler
All Known Implementing Classes:
PopupMessageNotificationHandlerImpl

public interface PopupMessageNotificationHandler
extends NotificationHandler

The PopupMessageNotificationHandler interface is meant to be implemented by the notification bundle in order to provide handling of popup message actions.

Author:
Yana Stamcheva

Method Summary
 void popupMessage(PopupMessageNotificationAction action, String title, String message, byte[] icon, Object tag)
          Shows the given PopupMessage
 
Methods inherited from interface net.java.sip.communicator.service.notification.NotificationHandler
getActionType
 

Method Detail

popupMessage

void popupMessage(PopupMessageNotificationAction action,
                  String title,
                  String message,
                  byte[] icon,
                  Object tag)
Shows the given PopupMessage

Parameters:
action - the action to act upon
title - the title of the given message
message - the message to use if and where appropriate (e.g. with systray or log notification.)
icon - the icon to show in the notification if and where appropriate
tag - additional info to be used by the notification handler

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.