net.java.sip.communicator.impl.notification
Class PopupMessageNotificationHandlerImpl
java.lang.Object
net.java.sip.communicator.impl.notification.PopupMessageNotificationHandlerImpl
- All Implemented Interfaces:
- NotificationHandler, PopupMessageNotificationHandler
public class PopupMessageNotificationHandlerImpl
- extends Object
- implements PopupMessageNotificationHandler
An implementation of the PopupMessageNotificationHandler interface.
- Author:
- Yana Stamcheva
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PopupMessageNotificationHandlerImpl
public PopupMessageNotificationHandlerImpl()
getActionType
public String getActionType()
- Gets the type of this handler.
- Specified by:
getActionType in interface NotificationHandler
- Returns:
- the type of this handler.
popupMessage
public void popupMessage(PopupMessageNotificationAction action,
String title,
String message,
byte[] icon,
Object tag)
- Shows the given PopupMessage
- Specified by:
popupMessage in interface PopupMessageNotificationHandler
- 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.