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
getMenuElements
List<JMenuItem> getMenuElements(Chat source,
MouseEvent event)
- Provides menu items that should be contributed.
- Parameters:
source - chat to which the menu belongsevent - mouse event triggering menu
- Returns:
- elements that should be added to the menu
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.