Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.globalshortcut
Class GlobalShortcutEvent

java.lang.Object
  extended by net.java.sip.communicator.service.globalshortcut.GlobalShortcutEvent

public class GlobalShortcutEvent
extends Object

Event related to global shortcut.

Author:
Sebastien Vincent

Constructor Summary
GlobalShortcutEvent(AWTKeyStroke keyStroke)
          Initializes a new GlobalShortcutEvent.
 
Method Summary
 AWTKeyStroke getKeyStroke()
          Returns keyStroke.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalShortcutEvent

public GlobalShortcutEvent(AWTKeyStroke keyStroke)
Initializes a new GlobalShortcutEvent.

Parameters:
keyStroke - keystroke
Method Detail

getKeyStroke

public AWTKeyStroke getKeyStroke()
Returns keyStroke.

Returns:
keystroke

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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