Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Superinterfaces:
NotificationHandler
All Known Implementing Classes:
CommandNotificationHandlerImpl

public interface CommandNotificationHandler
extends NotificationHandler

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

Author:
Yana Stamcheva

Method Summary
 void execute(CommandNotificationAction action, Map<String,String> cmdargs)
          Executes the program pointed by the descriptor.
 
Methods inherited from interface net.java.sip.communicator.service.notification.NotificationHandler
getActionType
 

Method Detail

execute

void execute(CommandNotificationAction action,
             Map<String,String> cmdargs)
Executes the program pointed by the descriptor.

Parameters:
action - the action to act upon
cmdargs - arguments that are passed to the command line specified in the action

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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