Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.notification
Class PopupMessageNotificationAction

java.lang.Object
  extended by net.java.sip.communicator.service.notification.NotificationAction
      extended by net.java.sip.communicator.service.notification.PopupMessageNotificationAction

public class PopupMessageNotificationAction
extends NotificationAction

An implementation of the PopupMessageNotificationHandler interface.

Author:
Yana Stamcheva

Field Summary
 
Fields inherited from class net.java.sip.communicator.service.notification.NotificationAction
ACTION_COMMAND, ACTION_LOG_MESSAGE, ACTION_POPUP_MESSAGE, ACTION_SOUND, NUM_ACTIONS
 
Constructor Summary
PopupMessageNotificationAction(String defaultMessage)
          Creates an instance of PopupMessageNotificationHandlerImpl by specifying the default message to use if no message is specified.
 
Method Summary
 String getDefaultMessage()
          Return the default message to use if no message is specified.
 
Methods inherited from class net.java.sip.communicator.service.notification.NotificationAction
getActionType, isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.

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