net.java.sip.communicator.service.notification
Class PopupMessageNotificationAction
java.lang.Object
net.java.sip.communicator.service.notification.NotificationAction
net.java.sip.communicator.service.notification.PopupMessageNotificationAction
public class PopupMessageNotificationAction
- extends NotificationAction
An implementation of the PopupMessageNotificationHandler interface.
- Author:
- Yana Stamcheva
|
Constructor Summary |
PopupMessageNotificationAction(String defaultMessage)
Creates an instance of PopupMessageNotificationHandlerImpl by
specifying the default message to use if no message is specified. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PopupMessageNotificationAction
public PopupMessageNotificationAction(String defaultMessage)
- Creates an instance of PopupMessageNotificationHandlerImpl by
specifying the default message to use if no message is specified.
- Parameters:
defaultMessage - the default message to use if no message is
specified
getDefaultMessage
public String getDefaultMessage()
- Return the default message to use if no message is specified.
- Returns:
- the default message to use if no message is specified.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.