net.java.sip.communicator.service.notification
Class CommandNotificationAction
java.lang.Object
net.java.sip.communicator.service.notification.NotificationAction
net.java.sip.communicator.service.notification.CommandNotificationAction
public class CommandNotificationAction
- extends NotificationAction
An implementation of the CommandNotificationHandler interface.
- Author:
- Yana Stamcheva
|
Constructor Summary |
CommandNotificationAction(String commandDescriptor)
Creates an instance of CommandNotification by
specifying the commandDescriptor, which will point us to the
command to execute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandNotificationAction
public CommandNotificationAction(String commandDescriptor)
- Creates an instance of CommandNotification by
specifying the commandDescriptor, which will point us to the
command to execute.
- Parameters:
commandDescriptor - a String that should point us to the command to
execute
getDescriptor
public String getDescriptor()
- Returns the command descriptor.
- Returns:
- the command descriptor
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.