Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.gui.event
Interface ChatMenuListener


public interface ChatMenuListener

Listens for the chat's right click menu becoming visible so menu items can be offered.

Author:
Damian Johnson

Method Summary
 List<JMenuItem> getMenuElements(Chat source, MouseEvent event)
          Provides menu items that should be contributed.
 

Method Detail

getMenuElements

List<JMenuItem> getMenuElements(Chat source,
                                MouseEvent event)
Provides menu items that should be contributed.

Parameters:
source - chat to which the menu belongs
event - mouse event triggering menu
Returns:
elements that should be added to the menu

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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