Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Superinterfaces:
NotificationHandler
All Known Implementing Classes:
LogMessageNotificationHandlerImpl

public interface LogMessageNotificationHandler
extends NotificationHandler

The LogMessageNotificationHandler interface is meant to be implemented by the notification bundle in order to provide handling of log actions.

Author:
Yana Stamcheva

Method Summary
 void logMessage(LogMessageNotificationAction action, String message)
          Logs the given message.
 
Methods inherited from interface net.java.sip.communicator.service.notification.NotificationHandler
getActionType
 

Method Detail

logMessage

void logMessage(LogMessageNotificationAction action,
                String message)
Logs the given message.

Parameters:
action - the action to act upon
message - the message to log

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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