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
execute
void execute(CommandNotificationAction action,
Map<String,String> cmdargs)
- Executes the program pointed by the descriptor.
- Parameters:
action - the action to act uponcmdargs - arguments that are passed to the command line specified
in the action
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.