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
popupMessage
void popupMessage(PopupMessageNotificationAction action,
String title,
String message,
byte[] icon,
Object tag)
- Shows the given PopupMessage
- Parameters:
action - the action to act upontitle - the title of the given messagemessage - 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
appropriatetag - additional info to be used by the notification handler
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.